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 | 雄?滔 | 1001011101011001001111111001111111101011 | 97593f9feb |
EUC-JP | 雄?滔 | 1100110110111010001111111101111011101101 | cdba3fdeed |
UTF-8 | 雄흙滔 | 111010011001101110000100111011011001110110011001111001101011101110010100 | e99b84ed9d99e6bb94 |
UHC | 雄흙滔 | 111010101010100111001000111010111101010010100101 | eaa9c8ebd4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)