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 | 褶咒豆瀨 | 1110010111110111100110011110111010010011101001001111101101010000 | e5f799ee93a4fb50 |
EUC-JP | 褶咒豆? | 11101010111110011101001011110000110001101010011000111111 | eaf9d2f0c6a63f |
UTF-8 | 褶咒豆瀨 | 111010001010010010110110111001011001001010010010111010001011000110000110111001111000000010101000 | e8a4b6e59292e8b186e780a8 |
UHC | 褶?豆瀨 | 11100011101010000011111111010100111001111101011011101110 | e3a83fd4e7d6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)