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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?世盈?敍罌 | 00111111100100001010001010001001011011010011111110011101110001001110001110100000 | 3f90a2896d3f9dc4e3a0 |
EUC-JP | ?世盈?敍罌 | 00111111110000001010010010110001110011100011111111011010110001101110011010100010 | 3fc0a4b1ce3fdac6e6a2 |
UTF-8 | 뾍世盈뾍敍罌 | 111010111011111010001101111001001011100010010110111001111001101110001000111010111011111010001101111001101001010110001101111001111011110110001100 | ebbe8de4b896e79b88ebbe8de6958de7bd8c |
UHC | 뾍世盈뾍敍罌 | 100101110100101111100001101001101110011111000011100101110100101111011111111100111110010110100010 | 974be1a6e7c3974bdff3e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)