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 | 蠢棒?? | 111001011011111110010110010111110011111100111111 | e5bf965f3f3f |
EUC-JP | 蠢棒?? | 111010101100000111001011110000000011111100111111 | eac1cbc03f3f |
UTF-8 | 蠢棒렕렫 | 111010001010000010100010111001101010001110010010111010111010000010010101111010111010000010101011 | e8a0a2e6a392eba095eba0ab |
UHC | 蠢棒렕렫 | 1111000111100011110111001110101010001110101010101000111010111001 | f1e3dcea8eaa8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)