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 | ??ν鏃 | 001111110011111110000011110010111110100001010110 | 3f3f83cbe856 |
EUC-JP | ??ν鏃 | 001111110011111110100110110011011110111110110111 | 3f3fa6cdefb7 |
UTF-8 | 뤚쫷ν鏃 | 1110101110100100100110101110110010101011101101111100111010111101111010011000111110000011 | eba49aecabb7cebde98f83 |
UHC | 뤚쫷ν鏃 | 1000111111001001101001101000111010100101111011011111000011101100 | 8fc9a68ea5edf0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)