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 | 載???贓裸 | 100011011101101000111111001111110011111111100110110110011001011110000111 | 8dda3f3f3fe6d99787 |
EUC-JP | 載???贓裸 | 101110101101110000111111001111110011111111101100110110111100110111100111 | badc3f3f3fecdbcde7 |
UTF-8 | 載띈렯렠贓裸 | 111010001011110010001001111010111001110110001000111010111010000010101111111010111010000010100000111010001011010010010011111010001010001110111000 | e8bc89eb9d88eba0afeba0a0e8b493e8a3b8 |
UHC | 載띈렯렠贓裸 | 111011101011000010110110111010001000111010111100100011101011000111101101111111001101010110100011 | eeb0b6e88ebc8eb1edfcd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)