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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褶咒豆贒 | 1110010111110111100110011110111010010011101001001111101110101111 | e5f799ee93a4fbaf |
EUC-JP | 褶咒豆贒 | 111010101111100111010010111100001100011010100110100011111101111111000011 | eaf9d2f0c6a68fdfc3 |
UTF-8 | 褶咒豆贒 | 111010001010010010110110111001011001001010010010111010001011000110000110111010001011010010010010 | e8a4b6e59292e8b186e8b492 |
UHC | 褶?豆? | 111000111010100000111111110101001110011100111111 | e3a83fd4e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)