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 | ?ゼ???其 | 0011111110000011010110110011111100111111001111111001000110110100 | 3f835b3f3f3f91b4 |
EUC-JP | ?ゼ?堉?其 | 00111111101001011011110000111111100011111011011111111101001111111100001010110110 | 3fa5bc3f8fb7fd3fc2b6 |
UTF-8 | 뤵ゼ壘堉ㅌ其 | 111010111010010010110101111000111000001010111100111011111010010110001010111001011010000010001001111000111000010110001100111001011000010110110110 | eba4b5e382bcefa58ae5a089e3858ce585b6 |
UHC | 뤵ゼ壘堉ㅌ其 | 100011111110001110101011101111001101001011100100111010111011110010100100101111001101000011101100 | 8fe3abbcd2e4ebbca4bcd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)