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 | 巍????? | 10011011110110010011111100111111001111110011111100111111 | 9bd93f3f3f3f3f |
EUC-JP | 巍??濚?? | 110101101101101100111111001111111000111111001001101000010011111100111111 | d6db3f3f8fc9a13f3f |
UTF-8 | 巍ㅹ뇾濚먫킈 | 111001011011011110001101111000111000010110111001111010111000011110111110111001101011111110011010111010111010100010101011111011011000001010001000 | e5b78de385b9eb87bee6bf9aeba8abed8288 |
UHC | 巍ㅹ뇾濚먫킈 | 111010001110010010100100111010011000011110011111111001111011100110010000111010001011010010010100 | e8e4a4e9879fe7b990e8b494 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)