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 | 弡シ鮴コ | 111110101011011110111100111010011011111010111010 | fab7bce9beba |
EUC-JP | 弡シ鮴コ | 100011111011110011100100100011101011110011110010110000001000111010111010 | 8fbce48ebcf2c08eba |
UTF-8 | 弡シ鮴コ | 111001011011110010100001111011111011110110111100111010011010111010110100111011111011110110111010 | e5bca1efbdbce9aeb4efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)