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 | PH³¼ | 1001001001010000100100100100100010010001101100111001000110111100 | 9250924891b391bc |
SJIS-WIN | ?P?H???? | 0011111101010000001111110100100000111111001111110011111100111111 | 3f503f483f3f3f3f |
EUC-JP | ?P?H???? | 0011111101010000001111110100100000111111001111110011111100111111 | 3f503f483f3f3f3f |
UTF-8 | PH³¼ | 1100001010010010010100001100001010010010010010001100001010010001110000101011001111000010100100011100001010111100 | c29250c29248c291c2b3c291c2bc |
UHC | ?P?H?³?¼ | 00111111010100000011111101001000001111111010100111111000001111111010100011111001 | 3f503f483fa9f83fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)