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 | 嶸豊嶸凛 | 1111101010110100100101100100110011111010101101001001100101111010 | fab4964cfab4997a |
EUC-JP | 嶸豊嶸凛 | 10001111101110111111010011001011101011011000111110111011111101001101000111011011 | 8fbbf4cbad8fbbf4d1db |
UTF-8 | 嶸豊嶸凛 | 111001011011011010111000111010001011000110001010111001011011011010111000111001011000011110011011 | e5b6b8e8b18ae5b6b8e5879b |
UHC | 嶸豊嶸? | 11100111101011101111100110100101111001111010111000111111 | e7aef9a5e7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)