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 | 臓速側臓 | 1001000110011111100100011010110010010001101001001001000110011111 | 919f91ac91a4919f |
EUC-JP | 臓速側臓 | 1100001010100001110000101010111011000010101001101100001010100001 | c2a1c2aec2a6c2a1 |
UTF-8 | 臓速側臓 | 111010001000011110010011111010011000000010011111111001011000000110110100111010001000011110010011 | e88793e9809fe581b4e88793 |
UHC | ?速側? | 001111111110000111011100111101101011000000111111 | 3fe1dcf6b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)