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 | ?蒡?佃矯 | 0011111111100100111011100011111110010010110011111000101110111000 | 3fe4ee3f92cf8bb8 |
EUC-JP | ?蒡?佃矯 | 0011111111101000111100000011111111000100110100011011011010111010 | 3fe8f03fc4d1b6ba |
UTF-8 | 뤾蒡놋佃矯 | 111010111010010010111110111010001001001010100001111010111000011010001011111001001011110110000011111001111001111110101111 | eba4bee892a1eb868be4bd83e79faf |
UHC | 뤾蒡놋佃矯 | 10001111111010101101101110111100101100111111001011101110111011001100111011101100 | 8feadbbcb3f2eeecceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)