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 | 荵呷迄嶸 | 1110010010111001100110011110110010010110100110001111101010110100 | e4b999ec9698fab4 |
EUC-JP | 荵呷迄嶸 | 111010001011101111010010111011101100101111111000100011111011101111110100 | e8bbd2eecbf88fbbf4 |
UTF-8 | 荵呷迄嶸 | 111010001000110110110101111001011001000110110111111010001011111110000100111001011011011010111000 | e88db5e591b7e8bf84e5b6b8 |
UHC | ???嶸 | 0011111100111111001111111110011110101110 | 3f3f3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)