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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 棏エノ^ | 1111101011100111101101001100100101011110 | fae7b4c95e |
EUC-JP | 棏エノ^ | 1000111111000011111111101000111010110100100011101100100101011110 | 8fc3fe8eb48ec95e |
UTF-8 | 棏エノ^ | 11100110101000111000111111101111101111011011010011101111101111101000100101011110 | e6a38fefbdb4efbe895e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)