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 | ???a?? | 001111110011111100111111011000010011111100111111 | 3f3f3f613f3f |
SJIS-WIN | 怐唏俾a怐喊 | 1001110010000001100110100100100010011000111010100110000110011100100000011001101001011110 | 9c819a4898ea619c819a5e |
EUC-JP | 怐唏俾a怐喊 | 1101011111100001110100111010100111010000111011000110000111010111111000011101001110111111 | d7e1d3a9d0ec61d7e1d3bf |
UTF-8 | 怐唏俾a怐喊 | 11100110100000001001000011100101100101001000111111100100101111111011111001100001111001101000000010010000111001011001011010001010 | e68090e5948fe4bfbe61e68090e5968a |
UHC | ???a?喊 | 00111111001111110011111101100001001111111111100111100010 | 3f3f3f613ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)