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 | ?斤?匡? | 00111111100010111101001000111111100010111010011100111111 | 3f8bd23f8ba73f |
EUC-JP | ?斤?匡? | 00111111101101101101010000111111101101101010100100111111 | 3fb6d43fb6a93f |
UTF-8 | 렺斤걜匡핀 | 111010111010000010111010111001101001011010100100111010101011000110011100111001011000110010100001111011011001010110000000 | eba0bae696a4eab19ce58ca1ed9580 |
UHC | 렺斤걜匡핀 | 10001110110000101101000011000101101100001100010011001110110001001100011111001001 | 8ec2d0c5b0c4cec4c7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)