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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???雅?( | 0011111100111111001111111000100111101011001111111000000101101001 | 3f3f3f89eb3f8169 |
EUC-JP | ???雅?( | 0011111100111111001111111011001011101101001111111010000111001010 | 3f3f3fb2ed3fa1ca |
UTF-8 | 療룟떉雅쏂( | 111011111010011110000001111010111010001110011111111010111001011010001001111010011001101110000101111011001000111110000010111011111011110010001000 | efa781eba39feb9689e99b85ec8f82efbc88 |
UHC | 療룟떉雅쏂( | 111010001111111010110111111001011000101110011111111001001011101010011011111010001010001110101000 | e8feb7e58b9fe4ba9be8a3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)