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 | 篳莪釈湿 | 1110001011001000111001001010111010001110110111111000111010111100 | e2c8e4ae8edf8ebc |
EUC-JP | 篳莪釈湿 | 1110010011001010111010001011000010111100111000011011110010111110 | e4cae8b0bce1bcbe |
UTF-8 | 篳莪釈湿 | 111001111010111110110011111010001000111010101010111010011000011110001000111001101011100110111111 | e7afb3e88eaae98788e6b9bf |
UHC | ?莪?? | 0011111111100100101101010011111100111111 | 3fe4b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)