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 | ??H??? | 001111110011111101001000001111110011111100111111 | 3f3f483f3f3f |
SJIS-WIN | ??H??? | 001111110011111101001000001111110011111100111111 | 3f3f483f3f3f |
EUC-JP | ??H??? | 001111110011111101001000001111110011111100111111 | 3f3f483f3f3f |
UTF-8 | 렻렯H렻爐렩 | 11101011101000001011101111101011101000001010111101001000111010111010000010111011111011111010010010110010111010111010000010101001 | eba0bbeba0af48eba0bbefa4b2eba0a9 |
UHC | 렻렯H렻爐렩 | 1000111011000011100011101011110001001000100011101100001111010010110001001000111010110111 | 8ec38ebc488ec3d2c48eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)