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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 沃や?^ | 100101111000000010000010111000100011111101011110 | 978082e23f5e |
EUC-JP | 沃や?^ | 110011011110000010100100111001000011111101011110 | cde0a4e43f5e |
UTF-8 | 沃や퓥^ | 11100110101100101000001111100011100000101000010011101101100100111010010101011110 | e6b283e38284ed93a55e |
UHC | 沃や퓥^ | 11101000101010101010101011100100101111111000111001011110 | e8aaaae4bf8e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)