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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譚悶醇 | 111001101001110110010110111000111000111110000110 | e69d96e38f86 |
EUC-JP | 譚悶醇 | 111010111111110111001100111001011011110111100110 | ebfdcce5bde6 |
UTF-8 | 譚悶醇 | 111010001010110110011010111001101000001010110110111010011000011010000111 | e8ad9ae682b6e98687 |
UHC | 譚悶醇 | 110100111100100111011010101111111110001011110101 | d3c9dabfe2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)