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 | 仲鞆譴箏 | 1001001010000111111010001101101111100110101000101110001010110101 | 9287e8dbe6a2e2b5 |
EUC-JP | 仲鞆譴箏 | 1100001111100111111100001101110111101100101001001110010010110111 | c3e7f0ddeca4e4b7 |
UTF-8 | 仲鞆譴箏 | 111001001011101110110010111010011001111010000110111010001010110110110100111001111010111010001111 | e4bbb2e99e86e8adb4e7ae8f |
UHC | 仲?譴箏 | 11110001111010100011111111001100101110011110111010110100 | f1ea3fccb9eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)