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 | ?嶢??嫉? | 0011111110011011110100000011111100111111100011101011100100111111 | 3f9bd03f3f8eb93f |
EUC-JP | ?嶢??嫉? | 0011111111010110110100100011111100111111101111001011101100111111 | 3fd6d23f3fbcbb3f |
UTF-8 | 롔嶢렫롈嫉렿 | 111010111010000110010100111001011011011010100010111010111010000010101011111010111010000110001000111001011010101110001001111010111010000010111111 | eba194e5b6a2eba0abeba188e5ab89eba0bf |
UHC | 롔嶢렫롈嫉렿 | 100011101101100011101000111100101000111010111001100011101100111011110010111011001000111011000111 | 8ed8e8f28eb98ecef2ec8ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)