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 | 譖懌鐙奣 | 1110011010011011100111001110001010010011101010001111101010100011 | e69b9ce293a8faa3 |
EUC-JP | 譖懌鐙奣 | 111010111111101111011000111001001100011010101010100011111011100011111100 | ebfbd8e4c6aa8fb8fc |
UTF-8 | 譖懌鐙奣 | 111010001010110110010110111001101000011110001100111010011001000010011001111001011010010110100011 | e8ad96e6878ce99099e5a5a3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)