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 | 彫臀ξ | 100100101010010011100100010111001000001111001100 | 92a4e45c83cc |
EUC-JP | 彫臀ξ | 110001001010011011100111101111011010011011001110 | c4a6e7bda6ce |
UTF-8 | 彫臀ξ | 1110010110111101101010111110100010000111100000001100111010111110 | e5bdabe88780cebe |
UHC | 彫臀ξ | 111100001100000111010100111010111010010111101110 | f0c1d4eba5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)