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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 浴??蘊?? | 1001011110000001001111110011111111100101010111010011111100111111 | 97813f3fe55d3f3f |
EUC-JP | 浴??蘊?? | 1100110111100001001111110011111111101001101111100011111100111111 | cde13f3fe9be3f3f |
UTF-8 | 浴덁많蘊듿컟 | 111001101011010110110100111010111000110110000001111010111010011110001110111010001001100010001010111010111001001110111111111011001011101110011111 | e6b5b4eb8d81eba78ee8988aeb93bfecbb9f |
UHC | 浴덁많蘊듿컟 | 111010011011000110001000111001001011100010111001111010001011001110001010111001011011000010001010 | e9b188e4b8b9e8b38ae5b08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)