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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雲?h闇? | 1000100101011111001111111000001010001000100010001100010100111111 | 895f3f828888c53f |
EUC-JP | 雲?h闇? | 1011000111000000001111111010001111101000101100001100011100111111 | b1c03fa3e8b0c73f |
UTF-8 | 雲뜹h闇엔 | 111010011001101110110010111010111001110010111001111011111011110110001000111010011001011110000111111011001001011110010100 | e99bb2eb9cb9efbd88e99787ec9794 |
UHC | 雲뜹h闇엔 | 11101010101000111011011011100101101000111110100011100100111000011011111110100011 | eaa3b6e5a3e8e4e1bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)