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 | ??薺 | 00111111001111111110010101010100 | 3f3fe554 |
EUC-JP | ??薺 | 00111111001111111110100110110101 | 3f3fe9b5 |
UTF-8 | 얏렑薺 | 111011001001011010001111111010111010000010010001111010001001011010111010 | ec968feba091e896ba |
UHC | 얏렑薺 | 101111101110011010001110101001101111000010110001 | bee68ea6f0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)