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 | 狐?狐??? | 1000110011001111001111111000110011001111001111110011111100111111 | 8ccf3f8ccf3f3f3f |
EUC-JP | 狐?狐??? | 1011100011010001001111111011100011010001001111110011111100111111 | b8d13fb8d13f3f3f |
UTF-8 | 狐렦狐흘렣쉐 | 111001111000101110010000111010111010000010100110111001111000101110010000111011011001110110011000111010111010000010100011111011001000100110010000 | e78b90eba0a6e78b90ed9d98eba0a3ec8990 |
UHC | 狐렦狐흘렣쉐 | 111110111100111110001110101101011111101111001111110010001110101010001110101101001011110110100110 | fbcf8eb5fbcfc8ea8eb4bda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)