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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 筌??肉?B | 1110001010100011001111110011111110010011111101110011111101000010 | e2a33f3f93f73f42 |
EUC-JP | 筌?ʼn肉?B | 11100100101001010011111110001111101010011100101011000110111110010011111101000010 | e4a53f8fa9cac6f93f42 |
UTF-8 | 筌곷ʼn肉뢼B | 111001111010110110001100111010101011001110110111110001011000100111101000100000101000100111101011101000101011110001000010 | e7ad8ceab3b7c589e88289eba2bc42 |
UHC | 筌곷ʼn肉뢼B | 1110111110100111100000011110101110101001101100001110101110111111100011110111100101000010 | efa781eba9b0ebbf8f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)