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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 日菰?E | 100100111111101010001100110101000011111101000101 | 93fa8cd43f45 |
EUC-JP | 日菰?E | 110001101111110010111000110101100011111101000101 | c6fcb8d63f45 |
UTF-8 | 日菰낭E | 11100110100101111010010111101000100011111011000011101011100000101010110101000101 | e697a5e88fb0eb82ad45 |
UHC | 日菰낭E | 11101100111011011100110111001010101100111011011001000101 | ecedcdcab3b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)