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 | 伍?ぎ伍??^ | 10001100110111100011111110000010101011001000110011011110001111110011111101011110 | 8cde3f82ac8cde3f3f5e |
EUC-JP | 伍?ぎ伍??^ | 10111000111000000011111110100100101011101011100011100000001111110011111101011110 | b8e03fa4aeb8e03f3f5e |
UTF-8 | 伍쀦ぎ伍쀦쮨^ | 11100100101111001000110111101100100000001010011011100011100000011000111011100100101111001000110111101100100000001010011011101100101011101010100001011110 | e4bc8dec80a6e3818ee4bc8dec80a6ecaea85e |
UHC | 伍쀦ぎ伍쀦쮨^ | 11100111111010101001011111100110101010101010111011100111111010101001011111100110101010001000010101011110 | e7ea97e6aaaee7ea97e6a8855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)