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 | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
SJIS-WIN | ??ュD?純 | 0011111100111111100000111000010101000100001111111000111110000011 | 3f3f8385443f8f83 |
EUC-JP | ??ュD?純 | 0011111100111111101001011110010101000100001111111011110111100011 | 3f3fa5e5443fbde3 |
UTF-8 | 룴컦ュD룵純 | 11101011101000111011010011101100101110111010011011100011100000111010010101000100111010111010001110110101111001111011010010010100 | eba3b4ecbba6e383a544eba3b5e7b494 |
UHC | 룴컦ュD룵純 | 1000111110101001101100001000111110101011111001010100010010001111101010101110001011101101 | 8fa9b08fabe5448faae2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)