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 | 沃?8萸?? | 100101111000000000111111100000100101011111100100110011100011111100111111 | 97803f8257e4ce3f3f |
EUC-JP | 沃?8萸?? | 110011011110000000111111101000111011100011101000110100000011111100111111 | cde03fa3b8e8d03f3f |
UTF-8 | 沃섎8萸욤떏 | 111001101011001010000011111011001000010010001110111011111011110010011000111010001001000010111000111011001001101010100100111010111001011010001111 | e6b283ec848eefbc98e890b8ec9aa4eb968f |
UHC | 沃섎8萸욤떏 | 111010001010101010011000111010111010001110111000111010111010110110111111111010001000101110100101 | e8aa98eba3b8ebadbfe88ba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)