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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?①?哀? | 00111111100001110100000000111111100010001010001100111111 | 3f87403f88a33f |
EUC-JP | 獒??哀? | 1000111111001011101110110011111100111111101100001010010100111111 | 8fcbbb3f3fb0a53f |
UTF-8 | 獒①ㅌ哀툫 | 111001111000110110010010111000101001000110100000111000111000010110001100111001011001001110000000111011011000100010101011 | e78d92e291a0e3858ce59380ed88ab |
UHC | 獒①ㅌ哀툫 | 11101000101000111010100011100111101001001011110011100100111011101011100101000010 | e8a3a8e7a4bce4eeb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)