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 | AB¹CN | 10010010010000011001001001000010100100011011100110010010010000111001001001001110 | 9241924291b99243924e |
SJIS-WIN | ?A?B???C?N | 00111111010000010011111101000010001111110011111100111111010000110011111101001110 | 3f413f423f3f3f433f4e |
EUC-JP | ?A?B???C?N | 00111111010000010011111101000010001111110011111100111111010000110011111101001110 | 3f413f423f3f3f433f4e |
UTF-8 | AB¹CN | 11000010100100100100000111000010100100100100001011000010100100011100001010111001110000101001001001000011110000101001001001001110 | c29241c29242c291c2b9c29243c2924e |
UHC | ?A?B?¹?C?N | 0011111101000001001111110100001000111111101010011111011000111111010000110011111101001110 | 3f413f423fa9f63f433f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)