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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 醍?h醍? | 10010001111001110011111101101000100100011110011100111111 | 91e73f6891e73f |
EUC-JP | 醍?h醍? | 11000010111010010011111101101000110000101110100100111111 | c2e93f68c2e93f |
UTF-8 | 醍∼h醍∼ | 11101001100001101000110111100010100010001011110001101000111010011000011010001101111000101000100010111100 | e9868de288bc68e9868de288bc |
UHC | 醍∼h醍∼ | 111100001011010110100001101011010110100011110000101101011010000110101101 | f0b5a1ad68f0b5a1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)