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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????瑞? | 0011111100111111001111110011111100111111100100001001000000111111 | 3f3f3f3f3f90903f |
EUC-JP | ?????瑞? | 0011111100111111001111110011111100111111101111111111000000111111 | 3f3f3f3f3fbff03f |
UTF-8 | 룶첂㈛룴가瑞할 | 111010111010001110110110111011001011001010000010111000111000100010011011111010111010001110110100111010101011000010000000111001111001000110011110111011011001010110100000 | eba3b6ecb282e3889beba3b4eab080e7919eed95a0 |
UHC | 룶첂㈛룴가瑞할 | 1000111110101011101010101000111110101001110011001000111110101001101100001010000111011111111110101100011111010010 | 8fabaa8fa9cc8fa9b0a1dffac7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)