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 | B³^B³^ | 10010010010000101001000110110011010111101001001001000010100100011011001101011110 | 924291b35e924291b35e |
SJIS-WIN | ?B??^?B??^ | 00111111010000100011111100111111010111100011111101000010001111110011111101011110 | 3f423f3f5e3f423f3f5e |
EUC-JP | ?B??^?B??^ | 00111111010000100011111100111111010111100011111101000010001111110011111101011110 | 3f423f3f5e3f423f3f5e |
UTF-8 | B³^B³^ | 11000010100100100100001011000010100100011100001010110011010111101100001010010010010000101100001010010001110000101011001101011110 | c29242c291c2b35ec29242c291c2b35e |
UHC | ?B?³^?B?³^ | 001111110100001000111111101010011111100001011110001111110100001000111111101010011111100001011110 | 3f423fa9f85e3f423fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)