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 | PP | 10010001100111111001001001010000100100011001111110010010010100001001000110011111 | 919f9250919f9250919f |
SJIS-WIN | ???P???P?? | 00111111001111110011111101010000001111110011111100111111010100000011111100111111 | 3f3f3f503f3f3f503f3f |
EUC-JP | ???P???P?? | 00111111001111110011111101010000001111110011111100111111010100000011111100111111 | 3f3f3f503f3f3f503f3f |
UTF-8 | PP | 110000101001000111000010100111111100001010010010010100001100001010010001110000101001111111000010100100100101000011000010100100011100001010011111 | c291c29fc29250c291c29fc29250c291c29f |
UHC | ???P???P?? | 00111111001111110011111101010000001111110011111100111111010100000011111100111111 | 3f3f3f503f3f3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)