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 | 梧??娃?? | 1000110011100110001111110011111110001000101000010011111100111111 | 8ce63f3f88a13f3f |
EUC-JP | 梧??娃?? | 1011100011101000001111110011111110110000101000110011111100111111 | b8e83f3fb0a33f3f |
UTF-8 | 梧잍뇥娃든튊 | 111001101010001010100111111011001001111010001101111010111000011110100101111001011010100010000011111010111001001110100000111011011000101010001010 | e6a2a7ec9e8deb87a5e5a883eb93a0ed8a8a |
UHC | 梧잍뇥娃든튊 | 111001111111110010011111111001101000011110001101111010001101111110110101111001111011100110011110 | e7fc9fe6878de8dfb5e7b99e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)