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 | 檣???? | 100111101111110000111111001111110011111100111111 | 9efc3f3f3f3f |
EUC-JP | 檣???? | 110111001111111000111111001111110011111100111111 | dcfe3f3f3f3f |
UTF-8 | 檣ㅹ맛欌㎰ | 111001101010101010100011111000111000010110111001111010111010011110011011111001101010110010001100111000111000111010110000 | e6aaa3e385b9eba79be6ac8ce38eb0 |
UHC | 檣ㅹ맛欌㎰ | 11101101111010101010010011101001101110001100000011101101111010111010011110111111 | edeaa4e9b8c0edeba7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)