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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 唸獺唸韈 | 1001101001011000111000001101101010011010010110001110100011100111 | 9a58e0da9a58e8e7 |
EUC-JP | 唸獺唸韈 | 1101001110111001111000001101110011010011101110011111000011101001 | d3b9e0dcd3b9f0e9 |
UTF-8 | 唸獺唸韈 | 111001011001010010111000111001111000110110111010111001011001010010111000111010011001111110001000 | e594b8e78dbae594b8e99f88 |
UHC | ?獺?? | 0011111111010011101101110011111100111111 | 3fd3b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)