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 | 赭「ホサ | 1110011011011110101000101100111010111011 | e6dea2cebb |
EUC-JP | 赭「ホサ | 1110110011100000100011101010001010001110110011101000111010111011 | ece08ea28ece8ebb |
UTF-8 | 赭「ホサ | 111010001011010110101101111011111011110110100010111011111011111010001110111011111011110110111011 | e8b5adefbda2efbe8eefbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)