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 | 醍?勿源?醍 | 10010001111001110011111110010110110111001000110010111001001111111001000111100111 | 91e73f96dc8cb93f91e7 |
EUC-JP | 醍?勿源?醍 | 11000010111010010011111111001100110111101011100010111011001111111100001011101001 | c2e93fccdeb8bb3fc2e9 |
UTF-8 | 醍당勿源렰醍 | 111010011000011010001101111010111000101110111001111001011000101110111111111001101011101010010000111010111010000010110000111010011000011010001101 | e9868deb8bb9e58bbfe6ba90eba0b0e9868d |
UHC | 醍당勿源렰醍 | 111100001011010110110100111001111101101010101000111010101011100110001110101111011111000010110101 | f0b5b4e7daa8eab98ebdf0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)