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 | ク謗ケオセ | 1111000010110000101110001110011010001110101110011011010110111110 | f0b0b8e68eb9b5be |
EUC-JP | ?ク謗ケオセ | 0011111110001110101110001110101111101110100011101011100110001110101101011000111010111110 | 3f8eb8ebee8eb98eb58ebe |
UTF-8 | ク謗ケオセ | 111011101000000110101111111011111011110110111000111010001010110010010111111011111011110110111001111011111011110110110101111011111011110110111110 | ee81afefbdb8e8ac97efbdb9efbdb5efbdbe |
UHC | ??謗??? | 00111111001111111101101110111111001111110011111100111111 | 3f3fdbbf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)