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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯ス迯サ遶殀 | 11101001100110011011110111100111100011011011101111100111101010111001111101100111 | e999bde78dbbe7ab9f67 |
EUC-JP | 髯ス迯サ遶殀 | 111100011111100110001110101111011110110111101101100011101011101111101110101011011101110111001000 | f1f98ebdeded8ebbeeadddc8 |
UTF-8 | 髯ス迯サ遶殀 | 111010011010101110101111111011111011110110111101111010001011111110101111111011111011110110111011111010011000000110110110111001101010111010000000 | e9abafefbdbde8bfafefbdbbe981b6e6ae80 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)