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 | 項х?航?? | 100011011000000010000100100001110011111110001101011100010011111100111111 | 8d8084873f8d713f3f |
EUC-JP | 項х?航?? | 101110011110000010100111111001110011111110111001110100100011111100111111 | b9e0a7e73fb9d23f3f |
UTF-8 | 項х댚航⑶쎁 | 1110100110100000100001011101000110000101111010111000110010011010111010001000100010101010111000101001000110110110111011001000111010000001 | e9a085d185eb8c9ae888aae291b6ec8e81 |
UHC | 項х댚航⑶쎁 | 111110101010001110101100111001111000100010111110111110011111111010101001111010011001101110101011 | faa3ace788bef9fea9e99bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)