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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ウロ瞿 | 10110011110110111110000111011000 | b3dbe1d8 |
EUC-JP | ウロ瞿 | 100011101011001110001110110110111110001011011010 | 8eb38edbe2da |
UTF-8 | ウロ瞿 | 111011111011110110110011111011111011111010011011111001111001111010111111 | efbdb3efbe9be79ebf |
UHC | ??瞿 | 00111111001111111100111110111010 | 3f3fcfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)