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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 楡??楡??^ | 100111101011111000111111001111111001111010111110001111110011111101011110 | 9ebe3f3f9ebe3f3f5e |
EUC-JP | 楡??楡??^ | 110111001100000000111111001111111101110011000000001111110011111101011110 | dcc03f3fdcc03f3f5e |
UTF-8 | 楡띾빝楡띾빘^ | 11100110101001011010000111101011100111011011111011101011101110011001110111100110101001011010000111101011100111011011111011101011101110011001100001011110 | e6a5a1eb9dbeebb99de6a5a1eb9dbeebb9985e |
UHC | 楡띾빝楡띾빘^ | 11101010111110001000110111101011100101011011101111101010111110001000110111101011100101011011100101011110 | eaf88deb95bbeaf88deb95b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)