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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???蓍??? | 0011111100111111001111111110010011100111001111110011111100111111 | 3f3f3fe4e73f3f3f |
EUC-JP | ???蓍??? | 0011111100111111001111111110100011101001001111110011111100111111 | 3f3f3fe8e93f3f3f |
UTF-8 | 쒔렊쒔蓍쒔렊쒔 | 111011001001001010010100111010111010000010001010111011001001001010010100111010001001001110001101111011001001001010010100111010111010000010001010111011001001001010010100 | ec9294eba08aec9294e8938dec9294eba08aec9294 |
UHC | 쒔렊쒔蓍쒔렊쒔 | 1011111010101101100011101010000110111110101011011110001111001001101111101010110110001110101000011011111010101101 | bead8ea1beade3c9bead8ea1bead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)