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 | P[®H¯ | 10010010010100001001001001011011100100011010111010010010010010001001000110101111 | 9250925b91ae924891af |
SJIS-WIN | ?P?[???H?? | 00111111010100000011111101011011001111110011111100111111010010000011111100111111 | 3f503f5b3f3f3f483f3f |
EUC-JP | ?P?[?®?H?¯ | 0011111101010000001111110101101100111111100011111010001011101110001111110100100000111111100011111010001010110100 | 3f503f5b3f8fa2ee3f483f8fa2b4 |
UTF-8 | P[®H¯ | 1100001010010010010100001100001010010010010110111100001010010001110000101010111011000010100100100100100011000010100100011100001010101111 | c29250c2925bc291c2aec29248c291c2af |
UHC | ?P?[?®?H?? | 0011111101010000001111110101101100111111101000101110011100111111010010000011111100111111 | 3f503f5b3fa2e73f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)