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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第私?? | 100100011110011010001110100001000011111100111111 | 91e68e843f3f |
EUC-JP | 第私?? | 110000101110100010111011111001000011111100111111 | c2e8bbe43f3f |
UTF-8 | 第私벅롋 | 111001111010110010101100111001111010011110000001111010111011001010000101111010111010000110001011 | e7acace7a781ebb285eba18b |
UHC | 第私벅롋 | 1111000010101111110111101110011110111001111101111000111011010001 | f0afdee7b9f78ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)