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 | 勇??油? | 10010111010001010011111100111111100101101111101100111111 | 97453f3f96fb3f |
EUC-JP | 勇??油? | 11001101101001100011111100111111110011001111110100111111 | cda63f3fccfd3f |
UTF-8 | 勇싳떒油낦 | 111001011000101110000111111011001000101110110011111010111001011010010010111001101011001010111001111010111000001010100110 | e58b87ec8bb3eb9692e6b2b9eb82a6 |
UHC | 勇싳떒油낦 | 11101001101110001001101011101100100010111010100011101010111110101000011001000010 | e9b89aec8ba8eafa8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)