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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??宿?班? | 0011111100111111100011110110100000111111100101001100011100111111 | 3f3f8f683f94c73f |
EUC-JP | ??宿?班熢 | 00111111001111111011110111001001001111111100100011001001100011111100101010101011 | 3f3fbdc93fc8c98fcaab |
UTF-8 | 롇롗宿뤾班熢 | 111010111010000110000111111010111010000110010111111001011010111010111111111010111010010010111110111001111000111110101101111001111000011010100010 | eba187eba197e5aebfeba4bee78fade786a2 |
UHC | 롇롗宿뤾班熢 | 100011101100110110001110110110111110001011010110100011111110101011011010111011001101110011101100 | 8ecd8edbe2d68feadaecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)