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 | A¹B» | 1001001001000001100100011011100110010010010000101001000110111011 | 924191b9924291bb |
SJIS-WIN | ?A???B?? | 0011111101000001001111110011111100111111010000100011111100111111 | 3f413f3f3f423f3f |
EUC-JP | ?A???B?? | 0011111101000001001111110011111100111111010000100011111100111111 | 3f413f3f3f423f3f |
UTF-8 | A¹B» | 1100001010010010010000011100001010010001110000101011100111000010100100100100001011000010100100011100001010111011 | c29241c291c2b9c29242c291c2bb |
UHC | ?A?¹?B?? | 001111110100000100111111101010011111011000111111010000100011111100111111 | 3f413fa9f63f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)