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 | ³ÛÃûÍÛ | 10110011110110111000111111000011111110111100110111011011 | b3db8fc3fbcddb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Û?ÃûÍÛ | 0011111110001111101010101110010100111111100011111010101010101010100011111010101111100101100011111010101010111111100011111010101011100101 | 3f8faae53f8faaaa8fabe58faabf8faae5 |
UTF-8 | ³ÛÃûÍÛ | 1100001010110011110000111001101111000010100011111100001110000011110000111011101111000011100011011100001110011011 | c2b3c39bc28fc383c3bbc38dc39b |
UHC | ³?????? | 1010100111111000001111110011111100111111001111110011111100111111 | a9f83f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)