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 | ÔÔóÎÛ | 100011111101010011010100111100111100111011011011 | 8fd4d4f3cedb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÔÔóÎÛ | 00111111100011111010101011010100100011111010101011010100100011111010101111010001100011111010101011000010100011111010101011100101 | 3f8faad48faad48fabd18faac28faae5 |
UTF-8 | ÔÔóÎÛ | 110000101000111111000011100101001100001110010100110000111011001111000011100011101100001110011011 | c28fc394c394c3b3c38ec39b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)