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 | ?宣}?宣{^ | 001111111001000011101001011111010011111110010000111010010111101101011110 | 3f90e97d3f90e97b5e |
EUC-JP | ?宣}?宣{^ | 001111111100000011101011011111010011111111000000111010110111101101011110 | 3fc0eb7d3fc0eb7b5e |
UTF-8 | 윟宣}윟宣{^ | 111011001001110010011111111001011010111010100011011111011110110010011100100111111110010110101110101000110111101101011110 | ec9c9fe5aea37dec9c9fe5aea37b5e |
UHC | 윟宣}윟宣{^ | 1001111110100010111000001011111001111101100111111010001011100000101111100111101101011110 | 9fa2e0be7d9fa2e0be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)