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 | 炯?翁? | 111000000111011000111111100010011010010100111111 | e0763f89a53f |
EUC-JP | 炯?翁? | 110111111101011100111111101100101010011100111111 | dfd73fb2a73f |
UTF-8 | 炯렓翁렮 | 111001111000001010101111111010111010000010010011111001111011111110000001111010111010000010101110 | e782afeba093e7bf81eba0ae |
UHC | 炯렓翁렮 | 1111101110100110100011101010100011101000101110101000111010111011 | fba68ea8e8ba8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)