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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 上ヨ爵湿 | 10001111111000111101011010001110110111011000111010111100 | 8fe3d68edd8ebc |
EUC-JP | 上ヨ爵湿 | 1011111011100101100011101101011010111100110111111011110010111110 | bee58ed6bcdfbcbe |
UTF-8 | 上ヨ爵湿 | 111001001011100010001010111011111011111010010110111001111000100010110101111001101011100110111111 | e4b88aefbe96e788b5e6b9bf |
UHC | 上?爵? | 110111111011111000111111111011011100100100111111 | dfbe3fedc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)