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 | ?紗???第 | 0011111110001110110100010011111100111111001111111001000111100110 | 3f8ed13f3f3f91e6 |
EUC-JP | 瀣紗???第 | 10001111110010011011000110111100110100110011111100111111001111111100001011101000 | 8fc9b1bcd33f3f3fc2e8 |
UTF-8 | 瀣紗땄戶렭第 | 111001111000000010100011111001111011010010010111111010111001010110000100111001101000100010110110111010111010000010101101111001111010110010101100 | e780a3e7b497eb9584e688b6eba0ade7acac |
UHC | 瀣紗땄戶렭第 | 111110101010111011011110111010011011011010100100111110111100001010001110101110101111000010101111 | faaedee9b6a4fbc28ebaf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)