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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀也判辯ヲ | 111001111011000110010110111001111001010010111011111001111000011110100110 | e7b196e794bbe787a6 |
EUC-JP | 邀也判辯ヲ | 11101110101100111100110011101001110010001011110111101101111001111000111010100110 | eeb3cce9c8bdede78ea6 |
UTF-8 | 邀也判辯ヲ | 111010011000001010000000111001001011100110011111111001011000100010100100111010001011111010101111111011111011110110100110 | e98280e4b99fe588a4e8beafefbda6 |
UHC | 邀也判辯? | 111010011010110111100101101001011111011111110111110111001010101000111111 | e9ade5a5f7f7dcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)