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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?詩}?詩{^ | 001111111000111010001101011111010011111110001110100011010111101101011110 | 3f8e8d7d3f8e8d7b5e |
EUC-JP | ?詩}?詩{^ | 001111111011101111101101011111010011111110111011111011010111101101011110 | 3fbbed7d3fbbed7b5e |
UTF-8 | 뤆詩}뤆詩{^ | 111010111010010010000110111010001010100110101001011111011110101110100100100001101110100010101001101010010111101101011110 | eba486e8a9a97deba486e8a9a97b5e |
UHC | 뤆詩}뤆詩{^ | 1000111110110110111000111100110001111101100011111011011011100011110011000111101101011110 | 8fb6e3cc7d8fb6e3cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)