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 | 蹟?骨 | 1001000011010110001111111000110110011100 | 90d63f8d9c |
EUC-JP | 蹟?骨 | 1100000011011000001111111011100111111100 | c0d83fb9fc |
UTF-8 | 蹟쯔骨 | 111010001011100110011111111011001010111110010100111010011010101010101000 | e8b99fecaf94e9aaa8 |
UHC | 蹟쯔骨 | 111011101110011111000010111010101100110111101001 | eee7c2eacde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)