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 | 夜??誼? | 10010110111010010011111100111111100010110110001000111111 | 96e93f3f8b623f |
EUC-JP | 夜??誼? | 11001100111010110011111100111111101101011100001100111111 | cceb3f3fb5c33f |
UTF-8 | 夜껊뿫誼듸 | 111001011010010010011100111010101011101110001010111010111011111110101011111010001010101010111100111010111001001110111000 | e5a49ceabb8aebbfabe8aabceb93b8 |
UHC | 夜껊뿫誼듸 | 11100101101010001000001111101011100101111010101111101011111111101011010111101111 | e5a883eb97abebfeb5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)