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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鐔э住B | 11101000010111001000010010001111100011110101101001000010 | e85c848f8f5a42 |
EUC-JP | 鐔э住B | 11101111101111011010011111101111101111011011101101000010 | efbda7efbdbb42 |
UTF-8 | 鐔э住B | 111010011001000010010100110100011000110111100100101111011000111101000010 | e99094d18de4bd8f42 |
UHC | ?э住B | 001111111010110011101111111100011010110001000010 | 3faceff1ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)