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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 淨?疑?舞B | 100111111100010000111111100010110101111000111111100101011001000101000010 | 9fc43f8b5e3f959142 |
EUC-JP | 淨?疑?舞B | 110111101100011000111111101101011011111100111111110010011111000101000010 | dec63fb5bf3fc9f142 |
UTF-8 | 淨렠疑얕舞B | 11100110101101111010100011101011101000001010000011100111100101101001000111101100100101101001010111101000100010001001111001000010 | e6b7a8eba0a0e79691ec9695e8889e42 |
UHC | 淨렠疑얕舞B | 1110111111100100100011101011000111101011111101111011111011101000110110011111000101000010 | efe48eb1ebf7bee8d9f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)