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 | 嶸疾雫 | 1111101010110100100011101011111011110010101011011000111010110100 | fab48ebef2ad8eb4 |
EUC-JP | 嶸疾?雫 | 1000111110111011111101001011110011000000001111111011110010110110 | 8fbbf4bcc03fbcb6 |
UTF-8 | 嶸疾雫 | 111001011011011010111000111001111001011010111110111011101000011110100100111010011001101110101011 | e5b6b8e796beee87a4e99bab |
UHC | 嶸疾?? | 111001111010111011110010111100000011111100111111 | e7aef2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)