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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?贊戝汜 | 00111111111001101101001111100110110000011111101011110110 | 3fe6d3e6c1faf6 |
EUC-JP | 誟贊戝汜 | 10001111110111011111100111101100110101011110110011000011100011111100011011100000 | 8fddf9ecd5ecc38fc6e0 |
UTF-8 | 誟贊戝汜 | 111010001010101010011111111010001011010010001010111001101000100010011101111001101011000110011100 | e8aa9fe8b48ae6889de6b19c |
UHC | ?贊?? | 0011111111110011110001110011111100111111 | 3ff3c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)