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 | 茫ゅ幻艸 | 1110010010101001100000101110001110001100101101101110010010000111 | e4a982e38cb6e487 |
EUC-JP | 茫ゅ幻艸 | 1110100010101011101001001110010110111000101110001110011111100111 | e8aba4e5b8b8e7e7 |
UTF-8 | 茫ゅ幻艸 | 111010001000110010101011111000111000001010000101111001011011100110111011111010001000100110111000 | e88cabe38285e5b9bbe889b8 |
UHC | 茫ゅ幻艸 | 1101100011010100101010101110010111111100101100111111010110101100 | d8d4aae5fcb3f5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)