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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澱紗?? | 100100110110001010001110110100010011111100111111 | 93628ed13f3f |
EUC-JP | 澱紗?? | 110001011100001110111100110100110011111100111111 | c5c3bcd33f3f |
UTF-8 | 澱紗렰렫 | 111001101011111010110001111001111011010010010111111010111010000010110000111010111010000010101011 | e6beb1e7b497eba0b0eba0ab |
UHC | 澱紗렰렫 | 1110111011111110110111101110100110001110101111011000111010111001 | eefedee98ebd8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)