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 | 00111111001111111000110011010101001111110011111101000010 | 3f3f8cd53f3f42 |
EUC-JP | ??虎??B | 00111111001111111011100011010111001111110011111101000010 | 3f3fb8d73f3f42 |
UTF-8 | 롙렦虎렋렭B | 11101011101000011001100111101011101000001010011011101000100110011000111011101011101000001000101111101011101000001010110101000010 | eba199eba0a6e8998eeba08beba0ad42 |
UHC | 롙렦虎렋렭B | 1000111011011101100011101011010111111011110110111000111010100010100011101011101001000010 | 8edd8eb5fbdb8ea28eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)