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 | 辱h?傭?? | 100100000100101010000010100010000011111110010111011000100011111100111111 | 904a82883f97623f3f |
EUC-JP | 辱h?傭?? | 101111111010101110100011111010000011111111001101110000110011111100111111 | bfaba3e83fcdc33f3f |
UTF-8 | 辱h틞傭됪봄 | 111010001011111010110001111011111011110110001000111011011000101110011110111001011000001010101101111010111001000010101010111010111011010010000100 | e8beb1efbd88ed8b9ee582adeb90aaebb484 |
UHC | 辱h틞傭됪봄 | 111010011011010010100011111010001011101010001010111010011011011010001001111001101011101010111101 | e9b4a3e8ba8ae9b689e6babd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)