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 | 譽??蘖?ⅹ | 111001101010001100111111001111111001111101010000001111111111101001001001 | e6a33f3f9f503ffa49 |
EUC-JP | 譽??蘖?? | 1110110010100101001111110011111111011101101100010011111100111111 | eca53f3fddb13f3f |
UTF-8 | 譽길뿈蘖띶ⅹ | 111010001010110110111101111010101011100010111000111010111011111110001000111010001001100010010110111010111001110110110110111000101000010110111001 | e8adbdeab8b8ebbf88e89896eb9db6e285b9 |
UHC | 譽길뿈蘖띶ⅹ | 111001111110001010110001111001101001011110001111111001011110111010001101111001011010010110101010 | e7e2b1e6978fe5ee8de5a5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)