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 | 滸躙瀟 | 100111111111010111100111010101111110000001101110 | 9ff5e757e06e |
EUC-JP | 滸躙瀟 | 110111101111011111101101101110001101111111001111 | def7edb8dfcf |
UTF-8 | 滸躙瀟 | 111001101011101110111000111010001011101010011001111001111000000010011111 | e6bbb8e8ba99e7809f |
UHC | 滸?瀟 | 1111101111001010001111111110000110111110 | fbca3fe1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)