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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 岵?? | 1000111110111011101101110011111100111111 | 8fbbb73f3f |
UTF-8 | 岵면띷 | 111001011011001010110101111010111010100110110100111010111001110110110111 | e5b2b5eba9b4eb9db7 |
UHC | 岵면띷 | 111110111100000010111000111010011000110111100110 | fbc0b8e98de6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)