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 | 怨??? | 1000100110000101001111110011111100111111 | 89853f3f3f |
EUC-JP | 怨??薏 | 10110001111001010011111100111111100011111101100111011110 | b1e53f3f8fd9de |
UTF-8 | 怨곫벀薏 | 111001101000000010101000111010101011001110101011111010111011001010000000111010001001011010001111 | e680a8eab3abebb280e8968f |
UHC | 怨곫벀薏 | 1110101010110011100000011110011010010011101001101110101111111011 | eab381e693a6ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)