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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 腺?煽A?? | 1001000101000010001111111001000011111000010000010011111100111111 | 91423f90f8413f3f |
EUC-JP | 腺瑄煽A詵? | 110000011010001110001111110011001011100111000000111110100100000110001111110111011110011100111111 | c1a38fccb9c0fa418fdde73f |
UTF-8 | 腺瑄煽A詵蟬 | 11101000100001011011101011100111100100011000010011100111100001011011110101000001111010001010100110110101111010001001111110101100 | e885bae79184e785bd41e8a9b5e89fac |
UHC | 腺瑄煽A詵蟬 | 1110000011001101111000001100010111100000110000110100000111100000110100101110000011010001 | e0cde0c5e0c341e0d2e0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)