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 | 蕀沿繰 | 111001001111100110001001100010001000110001001010 | e4f989888c4a |
EUC-JP | 蕀沿繰 | 111010001111101110110001111010001011011110101011 | e8fbb1e8b7ab |
UTF-8 | 蕀沿繰 | 111010001001010110000000111001101011001010111111111001111011100110110000 | e89580e6b2bfe7b9b0 |
UHC | ?沿繰 | 0011111111100110110011011111000011011011 | 3fe6cdf0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)