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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篋リ偽 | 111000101011100010000011100010101000101101010101 | e2b8838a8b55 |
EUC-JP | 篋リ偽 | 111001001011101010100101111010101011010110110110 | e4baa5eab5b6 |
UTF-8 | 篋リ偽 | 111001111010111110001011111000111000001110101010111001011000000110111101 | e7af8be383aae581bd |
UHC | ?リ? | 00111111101010111110101000111111 | 3fabea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)