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 | 担辿測奪 | 1001001001010011100100100100100010010001101010101001001001000100 | 9253924891aa9244 |
EUC-JP | 担辿測奪 | 1100001110110100110000111010100111000010101011001100001110100101 | c3b4c3a9c2acc3a5 |
UTF-8 | 担辿測奪 | 111001101000101110000101111010001011111010111111111001101011100010101100111001011010010110101010 | e68b85e8bebfe6b8ace5a5aa |
UHC | ??測奪 | 001111110011111111110110101101001111011110101100 | 3f3ff6b4f7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)