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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | ??瞼院~ | 00111111001111111110000111011001100010010100000001111110 | 3f3fe1d989407e |
EUC-JP | ??瞼院~ | 00111111001111111110001011011011101100011010000101111110 | 3f3fe2dbb1a17e |
UTF-8 | 룶끼瞼院~ | 11101011101000111011011011101011100000011011110011100111100111101011110011101001100110011010001001111110 | eba3b6eb81bce79ebce999a27e |
UHC | 룶끼瞼院~ | 100011111010101110110011101000101100110010100001111010101100001001111110 | 8fabb3a2cca1eac27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)