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 | 竣????? | 10001111011101100011111100111111001111110011111100111111 | 8f763f3f3f3f3f |
EUC-JP | 竣???鋌? | 101111011101011100111111001111110011111110001111111001001011101100111111 | bdd73f3f3f8fe4bb3f |
UTF-8 | 竣댓렰렢鋌렮 | 111001111010101110100011111010111000110010010011111010111010000010110000111010111010000010100010111010011000101110001100111010111010000010101110 | e7aba3eb8c93eba0b0eba0a2e98b8ceba0ae |
UHC | 竣댓렰렢鋌렮 | 111100011110001010110100111100011000111010111101100011101011001111101111111110111000111010111011 | f1e2b4f18ebd8eb3effb8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)