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 | 億?帳 | 1000100110101101001111111001001010100000 | 89ad3f92a0 |
EUC-JP | 億?帳 | 1011001010101111001111111100010010100010 | b2af3fc4a2 |
UTF-8 | 億렒帳 | 111001011000010010000100111010111010000010010010111001011011100010110011 | e58484eba092e5b8b3 |
UHC | 億렒帳 | 111001011110001010001110101001111110110111100011 | e5e28ea7ede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)