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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?證べ? | 001111111110011010011010100000101101011100111111 | 3fe69a82d73f |
EUC-JP | ?證べ? | 001111111110101111111010101001001101100100111111 | 3febfaa4d93f |
UTF-8 | 얍證べ샵 | 111011001001011010001101111010001010110110001001111000111000000110111001111011001000001110110101 | ec968de8ad89e381b9ec83b5 |
UHC | 얍證べ샵 | 1011111011100101111100011111101110101010110110011011110010100101 | bee5f1fbaad9bca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)