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 | 烝?億??? | 1110000001111110001111111000100110101101001111110011111100111111 | e07e3f89ad3f3f3f |
EUC-JP | 烝?億??? | 1101111111011111001111111011001010101111001111110011111100111111 | dfdf3fb2af3f3f3f |
UTF-8 | 烝렱億댓렰렠 | 111001111000001110011101111010111010000010110001111001011000010010000100111010111000110010010011111010111010000010110000111010111010000010100000 | e7839deba0b1e58484eb8c93eba0b0eba0a0 |
UHC | 烝렱億댓렰렠 | 111100011111011010001110101111101110010111100010101101001111000110001110101111011000111010110001 | f1f68ebee5e2b4f18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)