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 | 宵メ戓脾宵 | 100011111010101011010010111110101100011111100100010000101000111110101010 | 8faad2fac7e4428faa |
EUC-JP | 宵メ戓脾宵 | 1011111010101100100011101101001010001111101111111010100011100111101000111011111010101100 | beac8ed28fbfa8e7a3beac |
UTF-8 | 宵メ戓脾宵 | 111001011010111010110101111011111011111010010010111001101000100010010011111010001000010010111110111001011010111010110101 | e5aeb5efbe92e68893e884bee5aeb5 |
UHC | 宵??脾宵 | 1110000110110010001111110011111111011110101000011110000110110010 | e1b23f3fdea1e1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)