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 | ûIú | 11000011101110110100100111000011100000111100001010111010 | c3bb49c383c2ba |
SJIS-WIN | ??I???? | 00111111001111110100100100111111001111110011111100111111 | 3f3f493f3f3f3f |
EUC-JP | �I�º | 100011111010101010101010001111110100100110001111101010101010101000111111100011111010101010100100100011111010001011101011 | 8faaaa3f498faaaa3f8faaa48fa2eb |
UTF-8 | ûIú | 11000011100000111100001010111011010010011100001110000011110000101000001111000011100000101100001010111010 | c383c2bb49c383c283c382c2ba |
UHC | ??I???º | 0011111100111111010010010011111100111111001111111010100010101100 | 3f3f493f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)