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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 傭??翁?? | 1001011101100010001111110011111110001001101001010011111100111111 | 97623f3f89a53f3f |
EUC-JP | 傭??翁?? | 1100110111000011001111110011111110110010101001110011111100111111 | cdc33f3fb2a73f3f |
UTF-8 | 傭됮뇩翁딁깑 | 111001011000001010101101111010111001000010101110111010111000011110101001111001111011111110000001111010111001010010000001111010101011100110010001 | e582adeb90aeeb87a9e7bf81eb9481eab991 |
UHC | 傭됮뇩翁딁깑 | 111010011011011010001001111010011011010010100011111010001011101010001010111001111000001110001011 | e9b689e9b4a3e8ba8ae7838b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)