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 | 吟〓?毓 | 10001011111000011000000110101100001111111001111101111001 | 8be181ac3f9f79 |
EUC-JP | 吟〓?毓 | 10110110111000111010001010101110001111111101110111011010 | b6e3a2ae3fddda |
UTF-8 | 吟〓튉毓 | 111001011001000010011111111000111000000010010011111011011000101010001001111001101010111110010011 | e5909fe38093ed8a89e6af93 |
UHC | 吟〓튉毓 | 1110101111100001101000011110101110111001100111011110101110111110 | ebe1a1ebb99debbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)