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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??莎オ | 001111110011111111100100101100111000001101001001 | 3f3fe4b38349 |
EUC-JP | ??莎オ | 001111110011111111101000101101011010010110101010 | 3f3fe8b5a5aa |
UTF-8 | 룶沈莎オ | 111010111010001110110110111011111010010110110010111010001000111010001110111000111000001010101010 | eba3b6efa5b2e88e8ee382aa |
UHC | 룶沈莎オ | 1000111110101011111001001010000111011110111011011010101110101010 | 8fabe4a1deedabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)