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 | ·§¹» | 1000111010110111100011101010011110001110101110011000111010111011 | 8eb78ea78eb98ebb |
SJIS-WIN | ???§???? | 001111110011111100111111100000011001100000111111001111110011111100111111 | 3f3f3f81983f3f3f3f |
EUC-JP | ???§???? | 001111110011111100111111101000011111100000111111001111110011111100111111 | 3f3f3fa1f83f3f3f3f |
UTF-8 | ·§¹» | 11000010100011101100001010110111110000101000111011000010101001111100001010001110110000101011100111000010100011101100001010111011 | c28ec2b7c28ec2a7c28ec2b9c28ec2bb |
UHC | ?·?§?¹?? | 0011111110100001101001000011111110100001110101110011111110101001111101100011111100111111 | 3fa1a43fa1d73fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)