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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鈺? | 0011111100111111111110111100010000111111 | 3f3ffbc43f |
EUC-JP | ??鈺絪 | 0011111100111111100011111110001111010101100011111101001111101100 | 3f3f8fe3d58fd3ec |
UTF-8 | 셩샷鈺絪 | 111011001000010110101001111011001000001110110111111010011000100010111010111001111011010110101010 | ec85a9ec83b7e988bae7b5aa |
UHC | 셩샷鈺絪 | 1011110011001101101111001010011011101000101011011110110011011111 | bccdbca6e8adecdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)