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 | 展????皎 | 1001001101010111001111110011111100111111001111111110000110100111 | 93573f3f3f3fe1a7 |
EUC-JP | 展????皎 | 1100010110111000001111110011111100111111001111111110001010101001 | c5b83f3f3f3fe2a9 |
UTF-8 | 展뀜렰양렜皎 | 111001011011000110010101111010111000000010011100111010111010000010110000111011001001011010010001111010111010000010011100111001111001101010001110 | e5b195eb809ceba0b0ec9691eba09ce79a8e |
UHC | 展뀜렰양렜皎 | 111011101111011110110010111100011000111010111101101111101110011110001110101011101100111011101011 | eef7b2f18ebdbee78eaeceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)