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 | 竣?j^ | 100011110111011000111111100000101000101001011110 | 8f763f828a5e |
EUC-JP | 竣?j^ | 101111011101011100111111101000111110101001011110 | bdd73fa3ea5e |
UTF-8 | 竣대j^ | 11100111101010111010001111101011100011001000000011101111101111011000101001011110 | e7aba3eb8c80efbd8a5e |
UHC | 竣대j^ | 11110001111000101011010011101011101000111110101001011110 | f1e2b4eba3ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)