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 | 帳??寥 | 100100101010000000111111001111111001101110001100 | 92a03f3f9b8c |
EUC-JP | 帳??寥 | 110001001010001000111111001111111101010111101100 | c4a23f3fd5ec |
UTF-8 | 帳뤄푺寥 | 111001011011100010110011111010111010010010000100111011011001000110111010111001011010111110100101 | e5b8b3eba484ed91bae5afa5 |
UHC | 帳뤄푺寥 | 1110110111100011101101111110111110111110100001101110100011101111 | ede3b7efbe86e8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)