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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 籖我音o | 11100010110111011000100111100100100010011011100101101111 | e2dd89e489b96f |
EUC-JP | 籖我音o | 11100100110111111011001011100110101100101011101101101111 | e4dfb2e6b2bb6f |
UTF-8 | 籖我音o | 11100111101100011001011011100110100010001001000111101001100111111011001101101111 | e7b196e68891e99fb36f |
UHC | ?我音o | 001111111110010010110010111010111110010101101111 | 3fe4b2ebe56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)