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 | 蔬¥習蔗 | 1110010011110100100000011000111110001111010010111110010011110010 | e4f4818f8f4be4f2 |
EUC-JP | 蔬¥習蔗 | 1110100011110110101000011110111110111101101011001110100011110100 | e8f6a1efbdace8f4 |
UTF-8 | 蔬¥習蔗 | 111010001001010010101100111011111011111110100101111001111011111110010010111010001001010010010111 | e894acefbfa5e7bf92e89497 |
UHC | 蔬¥習蔗 | 1110000111001010101000011100110111100011101001111110110110111101 | e1caa1cde3a7edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)