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 | 釣?│^ | 100100101101111000111111100001001010000001011110 | 92de3f84a05e |
EUC-JP | 釣?│^ | 110001001110000000111111101010001010001001011110 | c4e03fa8a25e |
UTF-8 | 釣댐│^ | 11101001100001111010001111101011100011001001000011100010100101001000001001011110 | e987a3eb8c90e294825e |
UHC | 釣댐│^ | 11110000111001011011010011101111101001101010001001011110 | f0e5b4efa6a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)