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 | ?????U | 001111110011111100111111001111110011111101010101 | 3f3f3f3f3f55 |
SJIS-WIN | ?????U | 001111110011111100111111001111110011111101010101 | 3f3f3f3f3f55 |
EUC-JP | ?靷???U | 0011111110001111111001111011110100111111001111110011111101010101 | 3f8fe7bd3f3f3f55 |
UTF-8 | 셈靷약렦샹U | 11101100100001011000100011101001100111011011011111101100100101011011110111101011101000001010011011101100100000111011100101010101 | ec8588e99db7ec95bdeba0a6ec83b955 |
UHC | 셈靷약렦샹U | 1011110011000000111011001110011010111110111000001000111010110101101111001010011101010101 | bcc0ece6bee08eb5bca755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)