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 | æ¶Yæ¶bE | 111001101001010010110110010110011110011010010100101101100110001001000101 | e694b659e694b66245 |
SJIS-WIN | ??¶Y??¶bE | 0011111100111111100000011111011101011001001111110011111110000001111101110110001001000101 | 3f3f81f7593f3f81f76245 |
EUC-JP | æ?¶Yæ?¶bE | 100011111010100111000001001111111010001011111001010110011000111110101001110000010011111110100010111110010110001001000101 | 8fa9c13fa2f9598fa9c13fa2f96245 |
UTF-8 | æ¶Yæ¶bE | 110000111010011011000010100101001100001010110110010110011100001110100110110000101001010011000010101101100110001001000101 | c3a6c294c2b659c3a6c294c2b66245 |
UHC | æ?¶Yæ?¶bE | 10101001101000010011111110100010110100100101100110101001101000010011111110100010110100100110001001000101 | a9a13fa2d259a9a13fa2d26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)