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 | 縣杓荀 | 111000110111000010001110110110111110010010100100 | e3708edbe4a4 |
EUC-JP | 縣杓荀 | 111001011101000110111100110111011110100010100110 | e5d1bcdde8a6 |
UTF-8 | 縣杓荀 | 111001111011100010100011111001101001110110010011111010001000110110000000 | e7b8a3e69d93e88d80 |
UHC | 縣杓荀 | 111110101110001111111000111101011110001011110000 | fae3f8f5e2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)