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 | 邉倬メ鉅 | 1110011110110011100110001110100110000011100000011110011111101000 | e7b398e98381e7e8 |
EUC-JP | 邉倬メ鉅 | 1110111010110101110100001110101110100101111000011110111011101010 | eeb5d0eba5e1eeea |
UTF-8 | 邉倬メ鉅 | 111010011000001010001001111001011000000010101100111000111000001110100001111010011000100110000101 | e98289e580ace383a1e98985 |
UHC | ?倬メ鉅 | 00111111111101101111000010101011111000011100101111101001 | 3ff6f0abe1cbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)