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 | 狐렦狐렦戶렱 | 111001111000101110010000111010111010000010100110111001111000101110010000111010111010000010100110111001101000100010110110111010111010000010110001 | e78b90eba0a6e78b90eba0a6e688b6eba0b1 |
UHC | 狐렦狐렦戶렱 | 111110111100111110001110101101011111101111001111100011101011010111111011110000101000111010111110 | fbcf8eb5fbcf8eb5fbc28ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)