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 | 纓櫛賢 | 111000111001011110001011111110011000110010101011 | e3978bf98cab |
EUC-JP | 纓櫛賢 | 111001011111011110110110111110111011100010101101 | e5f7b6fbb8ad |
UTF-8 | 纓櫛賢 | 111001111011101010010011111001101010101110011011111010001011001110100010 | e7ba93e6ab9be8b3a2 |
UHC | 纓櫛賢 | 111001111100010111110001111011101111101011100111 | e7c5f1eefae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)