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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 赱醍睡 | 111001101101111110010001111001111001000010000111 | e6df91e79087 |
EUC-JP | 赱醍睡 | 111011001110000111000010111010011011111111100111 | ece1c2e9bfe7 |
UTF-8 | 赱醍睡 | 111010001011010110110001111010011000011010001101111001111001110110100001 | e8b5b1e9868de79da1 |
UHC | ?醍睡 | 0011111111110000101101011110001010110010 | 3ff0b5e2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)