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 | 鞨ト鍰 | 1110100011100000110001001111101111011111 | e8e0c4fbdf |
EUC-JP | 鞨ト鍰 | 11110000111000101000111011000100100011111110010011111010 | f0e28ec48fe4fa |
UTF-8 | 鞨ト鍰 | 111010011001111010101000111011111011111010000100111010011000110110110000 | e99ea8efbe84e98db0 |
UHC | 鞨?? | 11001010111010100011111100111111 | caea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)