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 | ?J??? | 0011111101001010001111110011111100111111 | 3f4a3f3f3f |
SJIS-WIN | ?J??? | 0011111101001010001111110011111100111111 | 3f4a3f3f3f |
EUC-JP | ?J??? | 0011111101001010001111110011111100111111 | 3f4a3f3f3f |
UTF-8 | 혪J책철혩 | 11101101100110001010101001001010111011001011000110000101111011001011001010100000111011011001100010101001 | ed98aa4aecb185ecb2a0ed98a9 |
UHC | 혪J책철혩 | 110000101001001001001010110000111010010111000011101101101100001010010001 | c2924ac3a5c3b6c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)