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 | ?盤味 | 0011111110010100110101011001011010100001 | 3f94d596a1 |
EUC-JP | ?盤味 | 0011111111001000110101111100110010100011 | 3fc8d7cca3 |
UTF-8 | 藺盤味 | 111011111010011110110000111001111001101110100100111001011001000110110011 | efa7b0e79ba4e591b3 |
UHC | 藺盤味 | 111011001110000111011010111011111101101010101011 | ece1daefdaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)