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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 瓮e?] | 111000010100010010000010100001010011111101011101 | e14482853f5d |
EUC-JP | 瓮e?] | 111000011010010110100011111001010011111101011101 | e1a5a3e53f5d |
UTF-8 | 瓮e첎] | 11100111100100111010111011101111101111011000010111101100101100101000111001011101 | e793aeefbd85ecb28e5d |
UHC | 瓮e첎] | 11101000101101111010001111100101101010101001101101011101 | e8b7a3e5aa9b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)