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 | 薪??? | 1001000001100100001111110011111100111111 | 90643f3f3f |
EUC-JP | 薪??? | 1011111111000101001111110011111100111111 | bfc53f3f3f |
UTF-8 | 薪꺦뜇덶 | 111010001001011010101010111010101011101010100110111010111001110010000111111010111000110110110110 | e896aaeabaa6eb9c87eb8db6 |
UHC | 薪꺦뜇덶 | 1110001111101111100000111100110010001101100010101000100101001010 | e3ef83cc8d8a894a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)