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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸?燼?? | 10001111111101100011111111100000100111100011111100111111 | 8ff63fe09e3f3f |
EUC-JP | 蒸?燼?釪 | 101111101111100000111111110111111111111000111111100011111110001110101101 | bef83fdffe3f8fe3ad |
UTF-8 | 蒸렟燼렖釪 | 111010001001001010111000111010111010000010011111111001111000011110111100111010111010000010010110111010011000011110101010 | e892b8eba09fe787bceba096e987aa |
UHC | 蒸렟燼렖釪 | 11110001111110101000111010110000111000111110100010001110101010111110100111101001 | f1fa8eb0e3e88eabe9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)