To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????E? | 001111110011111100111111001111110100010100111111 | 3f3f3f3f453f |
SJIS-WIN | 甕???E甕 | 1110000101010000001111110011111100111111010001011110000101010000 | e1503f3f3f45e150 |
EUC-JP | 甕???E甕 | 1110000110110001001111110011111100111111010001011110000110110001 | e1b13f3f3f45e1b1 |
UTF-8 | 甕먓딀쿀E甕 | 11100111100101001001010111101011101010001001001111101011100101001000000011101100101111111000000001000101111001111001010010010101 | e79495eba893eb9480ecbf8045e79495 |
UHC | 甕먓딀쿀E甕 | 1110100010111000100100001101000110001010111001101011001010010110010001011110100010111000 | e8b890d18ae6b29645e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)