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 | 薺逸集蓙 | 1110010101010100100010001110110110001111010101111110010011100110 | e55488ed8f57e4e6 |
EUC-JP | 薺逸集蓙 | 1110100110110101101100001110111110111101101110001110100011101000 | e9b5b0efbdb8e8e8 |
UTF-8 | 薺逸集蓙 | 111010001001011010111010111010011000000010111000111010011001101110000110111010001001001110011001 | e896bae980b8e99b86e89399 |
UHC | 薺逸集? | 11110000101100011110110011101111111100111010001000111111 | f0b1eceff3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)