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 | ?嗇?予 | 001111111001101010100101001111111001011101011100 | 3f9aa53f975c |
EUC-JP | ?嗇?予 | 001111111101010010100111001111111100110110111101 | 3fd4a73fcdbd |
UTF-8 | 뤡嗇뺠予 | 111010111010010010100001111001011001011110000111111010111011101010100000111001001011101010001000 | eba4a1e59787ebbaa0e4ba88 |
UHC | 뤡嗇뺠予 | 1000111111001111110111111110000010010101111010001110010111111000 | 8fcfdfe095e8e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)