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 | 轉L}轉L{^ | 1110011101111010100000100110101101111101111001110111101010000010011010110111101101011110 | e77a826b7de77a826b7b5e |
EUC-JP | 轉L}轉L{^ | 1110110111011011101000111100110001111101111011011101101110100011110011000111101101011110 | eddba3cc7deddba3cc7b5e |
UTF-8 | 轉L}轉L{^ | 111010001011110110001001111011111011110010101100011111011110100010111101100010011110111110111100101011000111101101011110 | e8bd89efbcac7de8bd89efbcac7b5e |
UHC | 轉L}轉L{^ | 1110111110101110101000111100110001111101111011111010111010100011110011000111101101011110 | efaea3cc7defaea3cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)