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 | 荼雁茜蕁 | 1110010010110110100010101110010110001000101010011110010101000000 | e4b68ae588a9e540 |
EUC-JP | 荼雁茜蕁 | 1110100010111000101101001110011110110000101010111110100110100001 | e8b8b4e7b0abe9a1 |
UTF-8 | 荼雁茜蕁 | 111010001000110110111100111010011001101110000001111010001000110010011100111010001001010110000001 | e88dbce99b81e88c9ce89581 |
UHC | ?雁?蕁 | 001111111110010011010010001111111101001111000110 | 3fe4d23fd3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)