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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 楔?瀟P | 100111101011011000111111111000000110111001010000 | 9eb63fe06e50 |
EUC-JP | 楔?瀟P | 110111001011100000111111110111111100111101010000 | dcb83fdfcf50 |
UTF-8 | 楔쐛瀟P | 11100110101001011001010011101100100100001001101111100111100000001001111101010000 | e6a594ec909be7809f50 |
UHC | 楔쐛瀟P | 11100000110110111001110010000001111000011011111001010000 | e0db9c81e1be50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)