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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???謙? | 001111110011111100111111100011001010101000111111 | 3f3f3f8caa3f |
EUC-JP | ???謙? | 001111110011111100111111101110001010110000111111 | 3f3f3fb8ac3f |
UTF-8 | 렺唜걜謙렦 | 111010111010000010111010111001011001010010011100111010101011000110011100111010001010110010011001111010111010000010100110 | eba0bae5949ceab19ce8ac99eba0a6 |
UHC | 렺唜걜謙렦 | 10001110110000101101100011000101101100001100010011001100110001011000111010110101 | 8ec2d8c5b0c4ccc58eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)