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 | ?首?? | 0011111110001110111100010011111100111111 | 3f8ef13f3f |
EUC-JP | ?首?? | 0011111110111100111100110011111100111111 | 3fbcf33f3f |
UTF-8 | 롇首롎렧 | 111010111010000110000111111010011010011010010110111010111010000110001110111010111010000010100111 | eba187e9a696eba18eeba0a7 |
UHC | 롇首롎렧 | 1000111011001101111000101100111110001110110101001000111010110110 | 8ecde2cf8ed48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)