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 | ???蓍? | 001111110011111100111111111001001110011100111111 | 3f3f3fe4e73f |
EUC-JP | ???蓍? | 001111110011111100111111111010001110100100111111 | 3f3f3fe8e93f |
UTF-8 | 쒔렊쒔蓍쒔 | 111011001001001010010100111010111010000010001010111011001001001010010100111010001001001110001101111011001001001010010100 | ec9294eba08aec9294e8938dec9294 |
UHC | 쒔렊쒔蓍쒔 | 10111110101011011000111010100001101111101010110111100011110010011011111010101101 | bead8ea1beade3c9bead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)