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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 程企?? | 100100101111011010001010111010010011111100111111 | 92f68ae93f3f |
EUC-JP | 程企?? | 110001001111100010110100111010110011111100111111 | c4f8b4eb3f3f |
UTF-8 | 程企렦렑 | 111001111010100010001011111001001011110010000001111010111010000010100110111010111010000010010001 | e7a88be4bc81eba0a6eba091 |
UHC | 程企렦렑 | 1110111111101111110100001110101010001110101101011000111010100110 | efefd0ea8eb58ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)