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 | ?i?獄??^ | 001111111000001010001001001111111000110110010110001111110011111101011110 | 3f82893f8d963f3f5e |
EUC-JP | ?i?獄??^ | 001111111010001111101001001111111011100111110110001111110011111101011110 | 3fa3e93fb9f63f3f5e |
UTF-8 | 溜i궦獄띾젵^ | 11101111101001111000101111101111101111011000100111101010101101101010011011100111100011011000010011101011100111011011111011101100101000001011010101011110 | efa78befbd89eab6a6e78d84eb9dbeeca0b55e |
UHC | 溜i궦獄띾젵^ | 11101010111111101010001111101001100000101011100011101000101010111000110111101011101000001010100101011110 | eafea3e982b8e8ab8deba0a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)