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 | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
SJIS-WIN | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
EUC-JP | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
UTF-8 | 묬x묬x^ | 111010111010110010101100011110001110101110101100101011000111100001011110 | ebacac78ebacac785e |
UHC | 묬x묬x^ | 10010010010000110111100010010010010000110111100001011110 | 9243789243785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)