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 | 粧?新??? | 1000111111001111001111111001000001010110001111110011111100111111 | 8fcf3f90563f3f3f |
EUC-JP | 粧?新??? | 1011111011010001001111111011111110110111001111110011111100111111 | bed13fbfb73f3f3f |
UTF-8 | 粧렦新쿠렫큇 | 111001111011001010100111111010111010000010100110111001101001011010110000111011001011111110100000111010111010000010101011111011011000000110000111 | e7b2a7eba0a6e696b0ecbfa0eba0abed8187 |
UHC | 粧렦新쿠렫큇 | 111011011111001010001110101101011110001111100110110001001110110110001110101110011100010110100011 | edf28eb5e3e6c4ed8eb9c5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)