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 | 鴦??鎰? | 11101001111100010011111100111111111010000100110000111111 | e9f13f3fe84c3f |
EUC-JP | 鴦??鎰? | 11110010111100110011111100111111111011111010110100111111 | f2f33f3fefad3f |
UTF-8 | 鴦볤엥鎰밄 | 111010011011010010100110111010111011001110100100111011001001011110100101111010011000111010110000111010111011000010000100 | e9b4a6ebb3a4ec97a5e98eb0ebb084 |
UHC | 鴦볤엥鎰밄 | 11100100111011001001001111101010101111111010100011101100111100001001001101000010 | e4ec93eabfa8ecf09342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)