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 | ミ顗トミ | 1101000011111011111101001100010011010000 | d0fbf4c4d0 |
EUC-JP | ミ顗トミ | 100011101101000010001111111010001011000110001110110001001000111011010000 | 8ed08fe8b18ec48ed0 |
UTF-8 | ミ顗トミ | 111011111011111010010000111010011010000110010111111011111011111010000100111011111011111010010000 | efbe90e9a197efbe84efbe90 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)