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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 孃れぉ | 100110110110111110000010111010101000001010100111 | 9b6f82ea82a7 |
EUC-JP | 孃れぉ | 110101011101000010100100111011001010010010101001 | d5d0a4eca4a9 |
UTF-8 | 孃れぉ | 111001011010110110000011111000111000001010001100111000111000000110001001 | e5ad83e3828ce38189 |
UHC | 孃れぉ | 111001011011111010101010111011001010101010101001 | e5beaaecaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)