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 | 燮??? | 1001100111010111001111110011111100111111 | 99d73f3f3f |
EUC-JP | 燮??? | 1101001011011001001111110011111100111111 | d2d93f3f3f |
UTF-8 | 燮렯敾롛 | 111001111000011110101110111010111010000010101111111001101001010110111110111010111010000110011011 | e787aeeba0afe695beeba19b |
UHC | 燮렯敾롛 | 1110000011110000100011101011110011100000110000001000111011011111 | e0f08ebce0c08edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)