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 | 泳ъ?鼇 | 10001001011010101000010010001100001111111110101010000111 | 896a848c3fea87 |
EUC-JP | 泳ъ?鼇 | 10110001110010111010011111101100001111111111001111100111 | b1cba7ec3ff3e7 |
UTF-8 | 泳ъ삗鼇 | 1110011010110011101100111101000110001010111011001000001010010111111010011011110010000111 | e6b3b3d18aec8297e9bc87 |
UHC | 泳ъ삗鼇 | 1110011110110110101011001110110010011000100110111110100010101000 | e7b6acec989be8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)