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 | 鈿エ蛻サ遘畿 | 11100111111011011011010011100101100010001011101111100111101001111000101101000101 | e7edb4e588bbe7a78b45 |
EUC-JP | 鈿エ蛻サ遘畿 | 111011101110111110001110101101001110100111101000100011101011101111101110101010011011010110100110 | eeef8eb4e9e88ebbeea9b5a6 |
UTF-8 | 鈿エ蛻サ遘畿 | 111010011000100010111111111011111011110110110100111010001001101110111011111011111011110110111011111010011000000110011000111001111001010110111111 | e988bfefbdb4e89bbbefbdbbe98198e795bf |
UHC | 鈿????畿 | 1110111110101111001111110011111100111111001111111101000110110010 | efaf3f3f3f3fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)