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«\ | 100100011001111110010010010100001001000110011111100100011010101101011100 | 919f9250919f91ab5c |
SJIS-WIN | ???P????\ | 001111110011111100111111010100000011111100111111001111110011111101011100 | 3f3f3f503f3f3f3f5c |
EUC-JP | ???P????\ | 001111110011111100111111010100000011111100111111001111110011111101011100 | 3f3f3f503f3f3f3f5c |
UTF-8 | P«\ | 11000010100100011100001010011111110000101001001001010000110000101001000111000010100111111100001010010001110000101010101101011100 | c291c29fc29250c291c29fc291c2ab5c |
UHC | ???P????\ | 001111110011111100111111010100000011111100111111001111110011111101011100 | 3f3f3f503f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)