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 | ?N?W[?N?W[^ | 0011111101001110001111110101011101011011001111110100111000111111010101110101101101011110 | 3f4e3f575b3f4e3f575b5e |
SJIS-WIN | ?N?W[?N?W[^ | 0011111101001110001111110101011101011011001111110100111000111111010101110101101101011110 | 3f4e3f575b3f4e3f575b5e |
EUC-JP | ?N?W[?N?W[^ | 0011111101001110001111110101011101011011001111110100111000111111010101110101101101011110 | 3f4e3f575b3f4e3f575b5e |
UTF-8 | 혪N혪W[혪N혪W[^ | 11101101100110001010101001001110111011011001100010101010010101110101101111101101100110001010101001001110111011011001100010101010010101110101101101011110 | ed98aa4eed98aa575bed98aa4eed98aa575b5e |
UHC | 혪N혪W[혪N혪W[^ | 110000101001001001001110110000101001001001010111010110111100001010010010010011101100001010010010010101110101101101011110 | c2924ec292575bc2924ec292575b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)