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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 厄λ?唯? | 1001011011101111100000111100100100111111100101110100001000111111 | 96ef83c93f97423f |
EUC-JP | 厄λ?唯? | 1100110011110001101001101100101100111111110011011010001100111111 | ccf1a6cb3fcda33f |
UTF-8 | 厄λ뱽唯랡 | 1110010110001110100001001100111010111011111010111011000110111101111001011001010010101111111010111001111010100001 | e58e84cebbebb1bde594afeb9ea1 |
UHC | 厄λ뱽唯랡 | 11100100111110001010010111101011100100111010001111101010111001101000111001000010 | e4f8a5eb93a3eae68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)