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 | 篁郁弦 | 111000101011100110001000111010001000110010110111 | e2b988e88cb7 |
EUC-JP | 篁郁弦 | 111001001011101110110000111010101011100010111001 | e4bbb0eab8b9 |
UTF-8 | 篁郁弦 | 111001111010111110000001111010011000001110000001111001011011110010100110 | e7af81e98381e5bca6 |
UHC | 篁郁弦 | 111111001101011011101001111101001111101011010111 | fcd6e9f4fad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)