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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莠ー魘峨ロ | 111001001011101010110000111010011011010010001001111000111000001110001101 | e4bab0e9b489e3838d |
EUC-JP | 莠ー魘峨ロ | 11101000101111001000111010110000111100101011011010110010111001011010010111101101 | e8bc8eb0f2b6b2e5a5ed |
UTF-8 | 莠ー魘峨ロ | 111010001000111010100000111011111011110110110000111010011010110110011000111001011011001110101000111000111000001110101101 | e88ea0efbdb0e9ad98e5b3a8e383ad |
UHC | ???峨ロ | 00111111001111110011111111100100101100011010101111101101 | 3f3f3fe4b1abed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)