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 | 宵マ戓ェホ | 100011111010101011001111111110101100011111110010100011111010101011001110 | 8faacffac7f28faace |
EUC-JP | 宵マ戓?ェホ | 101111101010110010001110110011111000111110111111101010000011111110001110101010101000111011001110 | beac8ecf8fbfa83f8eaa8ece |
UTF-8 | 宵マ戓ェホ | 111001011010111010110101111011111011111010001111111001101000100010010011111011101000011110000110111011111011110110101010111011111011111010001110 | e5aeb5efbe8fe68893ee8786efbdaaefbe8e |
UHC | 宵????? | 11100001101100100011111100111111001111110011111100111111 | e1b23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)