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 | 闡雅葎尞 | 1110100010010001100010011110101110010111101010001111101010101011 | e89189eb97a8faab |
EUC-JP | 闡雅葎尞 | 111011111111000110110010111011011100111010101010100011111011101011101011 | eff1b2edceaa8fbaeb |
UTF-8 | 闡雅葎尞 | 111010011001011110100001111010011001101110000101111010001001000110001110111001011011000010011110 | e997a1e99b85e8918ee5b09e |
UHC | 闡雅?? | 111101001100010111100100101110100011111100111111 | f4c5e4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)