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 | 鉚皮判蓊 | 1110011111110100100101001110011110010100101110111110010011100001 | e7f494e794bbe4e1 |
EUC-JP | 鉚皮判蓊 | 1110111011110110110010001110100111001000101111011110100011100011 | eef6c8e9c8bde8e3 |
UTF-8 | 鉚皮判蓊 | 111010011000100110011010111001111001101010101110111001011000100010100100111010001001001110001010 | e9899ae79aaee588a4e8938a |
UHC | ?皮判? | 001111111111100110101011111101111111011100111111 | 3ff9abf7f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)