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? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
SJIS-WIN | 梧??P塢 | 10001100111001100011111100111111010100001001101011000111 | 8ce63f3f509ac7 |
EUC-JP | 梧??P塢 | 10111000111010000011111100111111010100001101010011001001 | b8e83f3f50d4c9 |
UTF-8 | 梧귨쉠P塢 | 11100110101000101010011111101010101101111010100011101100100010011010000001010000111001011010000110100010 | e6a2a7eab7a8ec89a050e5a1a2 |
UHC | 梧귨쉠P塢 | 111001111111110010000010111011111011110110101010010100001110011111110001 | e7fc82efbdaa50e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)