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 | 墻??漿?? | 1001101011010100001111110011111110011111111101110011111100111111 | 9ad43f3f9ff73f3f |
EUC-JP | 墻??漿?? | 1101010011010110001111110011111111011110111110010011111100111111 | d4d63f3fdef93f3f |
UTF-8 | 墻⒵텋漿뗰슬 | 111001011010001010111011111000101001001010110101111011011000010110001011111001101011110010111111111010111001011110110000111011001000101010101100 | e5a2bbe292b5ed858be6bcbfeb97b0ec8aac |
UHC | 墻⒵텋漿뗰슬 | 111011011101111110101001111001101011011010001000111011011110110010001011111011111011110110111101 | eddfa9e6b688edec8befbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)