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 | 與?オ渦 | 11100100011011110011111110000011010010011000100101010001 | e46f3f83498951 |
EUC-JP | 與?オ渦 | 11100111110100000011111110100101101010101011000110110010 | e7d03fa5aab1b2 |
UTF-8 | 與썹オ渦 | 111010001000100010000111111011001000110110111001111000111000001010101010111001101011100010100110 | e88887ec8db9e382aae6b8a6 |
UHC | 與썹オ渦 | 1110011010101000101111011110011110101011101010101110100010111110 | e6a8bde7abaae8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)