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 | 「螯ヲ昭セ | 111100001010100010100010111001011010011010100110100011111011101010111110 | f0a8a2e5a6a68fbabe |
EUC-JP | ?「螯ヲ昭セ | 0011111110001110101000101110101010101000100011101010011010111110101111001000111010111110 | 3f8ea2eaa88ea6bebc8ebe |
UTF-8 | 「螯ヲ昭セ | 111011101000000110100111111011111011110110100010111010001001111010101111111011111011110110100110111001101001100010101101111011111011110110111110 | ee81a7efbda2e89eafefbda6e698adefbdbe |
UHC | ????昭? | 00111111001111110011111100111111111000011011100100111111 | 3f3f3f3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)