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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 宵マ皂G | 100011111010101011001111111110110111000001000111 | 8faacffb7047 |
EUC-JP | 宵マ?G | 101111101010110010001110110011110011111101000111 | beac8ecf3f47 |
UTF-8 | 宵マ皂G | 11100101101011101011010111101111101111101000111111100111100110101000001001000111 | e5aeb5efbe8fe79a8247 |
UHC | 宵??G | 1110000110110010001111110011111101000111 | e1b23f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)