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 | 油?二 | 1001011011111011001111111001001111110001 | 96fb3f93f1 |
EUC-JP | 油?二 | 1100110011111101001111111100011011110011 | ccfd3fc6f3 |
UTF-8 | 油큐二 | 111001101011001010111001111011011000000110010000111001001011101010001100 | e6b2b9ed8190e4ba8c |
UHC | 油큐二 | 111010101111101011000101101001011110110010100011 | eafac5a5eca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)