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 | 蔬≦矯鐔 | 1110010011110100100000011000010110001011101110001110100001011100 | e4f481858bb8e85c |
EUC-JP | 蔬≦矯鐔 | 1110100011110110101000011110010110110110101110101110111110111101 | e8f6a1e5b6baefbd |
UTF-8 | 蔬≦矯鐔 | 111010001001010010101100111000101000100110100110111001111001111110101111111010011001000010010100 | e894ace289a6e79fafe99094 |
UHC | 蔬?矯? | 111000011100101000111111110011101110110000111111 | e1ca3fceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)