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 | ??q?? | 0011111100111111011100010011111100111111 | 3f3f713f3f |
SJIS-WIN | ??q?牟 | 001111110011111101110001001111111001011010110100 | 3f3f713f96b4 |
EUC-JP | ??q?牟 | 001111110011111101110001001111111100110010110110 | 3f3f713fccb6 |
UTF-8 | 렻렍q렺牟 | 11101011101000001011101111101011101000001000110101110001111010111010000010111010111001111000100110011111 | eba0bbeba08d71eba0bae7899f |
UHC | 렻렍q렺牟 | 100011101100001110001110101000110111000110001110110000101101100110111111 | 8ec38ea3718ec2d9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)