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 | ンホアヨカ | 11011101110011101011000111010110101101101111100111010100 | ddceb1d6b6f9d4 |
EUC-JP | ンホアヨカ? | 1000111011011101100011101100111010001110101100011000111011010110100011101011011000111111 | 8edd8ece8eb18ed68eb63f |
UTF-8 | ンホアヨカ | 111011111011111010011101111011111011111010001110111011111011110110110001111011111011111010010110111011111011110110110110111011101001110010101111 | efbe9defbe8eefbdb1efbe96efbdb6ee9caf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)