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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ナ」雹芽鳩 | 1100010110100011111010001011100110001001111010001001010010110101 | c5a3e8b989e894b5 |
EUC-JP | ナ」雹芽鳩 | 10001110110001011000111010100011111100001011101110110010111010101100100010110111 | 8ec58ea3f0bbb2eac8b7 |
UTF-8 | ナ」雹芽鳩 | 111011111011111010000101111011111011110110100011111010011001101110111001111010001000101010111101111010011011001110101001 | efbe85efbda3e99bb9e88abde9b3a9 |
UHC | ??雹芽鳩 | 0011111100111111110110101101111111100100101101001100111111001101 | 3f3fdadfe4b4cfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)