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 | 隴エ譏カ蟯ャ | 111010001010110110110100111001101001100010110110111001011011001010101100 | e8adb4e698b6e5b2ac |
EUC-JP | 隴エ譏カ蟯ャ | 111100001010111110001110101101001110101111111000100011101011011011101010101101001000111010101100 | f0af8eb4ebf88eb6eab48eac |
UTF-8 | 隴エ譏カ蟯ャ | 111010011001101010110100111011111011110110110100111010001010110110001111111011111011110110110110111010001001111110101111111011111011110110101100 | e99ab4efbdb4e8ad8fefbdb6e89fafefbdac |
UHC | ??譏?蟯? | 0011111100111111110100011100000100111111111010011010100000111111 | 3f3fd1c13fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)