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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 塑??塑??^ | 100100010101100100111111001111111001000101011001001111110011111101011110 | 91593f3f91593f3f5e |
EUC-JP | 塑??塑??^ | 110000011011101000111111001111111100000110111010001111110011111101011110 | c1ba3f3fc1ba3f3f5e |
UTF-8 | 塑랩죄塑랩죄^ | 11100101101000011001000111101011100111101010100111101100101000111000010011100101101000011001000111101011100111101010100111101100101000111000010001011110 | e5a191eb9ea9eca384e5a191eb9ea9eca3845e |
UHC | 塑랩죄塑랩죄^ | 11100001101100011011011110100110110000011100101111100001101100011011011110100110110000011100101101011110 | e1b1b7a6c1cbe1b1b7a6c1cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)