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 | 伍??? | 1000110011011110001111110011111100111111 | 8cde3f3f3f |
EUC-JP | 伍??轝 | 10111000111000000011111100111111100011111110000110101010 | b8e03f3f8fe1aa |
UTF-8 | 伍섉썦轝 | 111001001011110010001101111011001000010010001001111011001000110110100110111010001011110110011101 | e4bc8dec8489ec8da6e8bd9d |
UHC | 伍섉썦轝 | 1110011111101010100110001110011010011011100110011110011010101100 | e7ea98e69b99e6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)