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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 宵マ湜 | 1000111110101010110011111111101101000111 | 8faacffb47 |
EUC-JP | 宵マ湜 | 10111110101011001000111011001111100011111100011111111100 | beac8ecf8fc7fc |
UTF-8 | 宵マ湜 | 111001011010111010110101111011111011111010001111111001101011100110011100 | e5aeb5efbe8fe6b99c |
UHC | 宵?湜 | 1110000110110010001111111110001111010111 | e1b23fe3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)