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 | ??Y???? | 00111111001111110101100100111111001111110011111100111111 | 3f3f593f3f3f3f |
SJIS-WIN | 拗?Y???? | 1001110101011000001111110101100100111111001111110011111100111111 | 9d583f593f3f3f3f |
EUC-JP | 拗?Y???? | 1101100110111001001111110101100100111111001111110011111100111111 | d9b93f593f3f3f3f |
UTF-8 | 拗렚Y林렱稶렭 | 11100110100010111001011111101011101000001001101001011001111011111010011110110100111010111010000010110001111001111010100010110110111010111010000010101101 | e68b97eba09a59efa7b4eba0b1e7a8b6eba0ad |
UHC | 拗렚Y林렱稶렭 | 11101000111100111000111010101101010110011110110011110111100011101011111011101001111100111000111010111010 | e8f38ead59ecf78ebee9f38eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)