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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 聯앸젻歷잙젺 | 111011111010011010010111111011001001010110111000111011001010000010111011111011111010011010001100111011001001111010011001111011001010000010111010 | efa697ec95b8eca0bbefa68cec9e99eca0ba |
UHC | 聯앸젻歷잙젺 | 111001101110000110011101111010111010000010101110111001101011100010011111111010111010000010101101 | e6e19deba0aee6b89feba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)