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 | 宍竺芝磁 | 1000111010110011100011101011000110001110110001011000111010100101 | 8eb38eb18ec58ea5 |
EUC-JP | 宍竺芝磁 | 1011110010110101101111001011001110111100110001111011110010100111 | bcb5bcb3bcc7bca7 |
UTF-8 | 宍竺芝磁 | 111001011010111010001101111001111010101110111010111010001000101010011101111001111010001110000001 | e5ae8de7abbae88a9de7a381 |
UHC | ?竺芝磁 | 00111111111101011110011111110010101110011110110110111000 | 3ff5e7f2b9edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)