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 | 娃??竊?? | 1000100010100001001111110011111111100010100001100011111100111111 | 88a13f3fe2863f3f |
EUC-JP | 娃??竊?? | 1011000010100011001111110011111111100011111001100011111100111111 | b0a33f3fe3e63f3f |
UTF-8 | 娃숆맏竊뤷슫 | 111001011010100010000011111011001000100010000110111010111010011110001111111001111010101110001010111010111010010010110111111011001000101010101011 | e5a883ec8886eba78fe7ab8aeba4b7ec8aab |
UHC | 娃숆맏竊뤷슫 | 111010001101111110011001111010101011100010111010111011111011110010001111111001011001101010110100 | e8df99eab8baefbc8fe59ab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)