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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汚???h? | 1000100110011000001111110011111100111111100000101000100000111111 | 89983f3f3f82883f |
EUC-JP | 汚???h? | 1011000111111000001111110011111100111111101000111110100000111111 | b1f83f3f3fa3e83f |
UTF-8 | 汚띄맳練h눧 | 111001101011000110011010111010111001110110000100111010111010011110110011111011111010011010010110111011111011110110001000111010111000100010100111 | e6b19aeb9d84eba7b3efa696efbd88eb88a7 |
UHC | 汚띄맳練h눧 | 111001111111110110110110111001111001000010111010111001101101111110100011111010001000011110111110 | e7fdb6e790bae6dfa3e887be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)