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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯イ蛹∵狭 | 111010011001100110110010111001011000110010000001111001101000101110110111 | e999b2e58c81e68bb7 |
EUC-JP | 髯イ蛹∵狭 | 11110001111110011000111010110010111010011110110010100010111010001011011010111001 | f1f98eb2e9eca2e8b6b9 |
UTF-8 | 髯イ蛹∵狭 | 111010011010101110101111111011111011110110110010111010001001101110111001111000101000100010110101111001111000101110101101 | e9abafefbdb2e89bb9e288b5e78bad |
UHC | ???∵? | 001111110011111100111111101000011111000100111111 | 3f3f3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)