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 | 醍?弔捧? | 1001000111100111001111111001001010100010100101011111100100111111 | 91e73f92a295f93f |
EUC-JP | 醍?弔捧? | 1100001011101001001111111100010010100100110010101111101100111111 | c2e93fc4a4cafb3f |
UTF-8 | 醍렕弔捧커 | 111010011000011010001101111010111010000010010101111001011011110010010100111001101000110110100111111011001011101110100100 | e9868deba095e5bc94e68da7ecbba4 |
UHC | 醍렕弔捧커 | 11110000101101011000111010101010111100001100000011011100111010011100010010111111 | f0b58eaaf0c0dce9c4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)