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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?悽?^ | 0011111110011100101011000011111101011110 | 3f9cac3f5e |
EUC-JP | ?悽?^ | 0011111111011000101011100011111101011110 | 3fd8ae3f5e |
UTF-8 | 뤋悽呂^ | 11101011101001001000101111100110100000101011110111101111101001101000000001011110 | eba48be682bdefa6805e |
UHC | 뤋悽呂^ | 10001111101110111111010010100100111001011111101101011110 | 8fbbf4a4e5fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)