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 | 全?濟? | 100100010101001100111111111000000101101000111111 | 91533fe05a3f |
EUC-JP | 全?濟? | 110000011011010000111111110111111011101100111111 | c1b43fdfbb3f |
UTF-8 | 全렖濟렱 | 111001011000010110101000111010111010000010010110111001101011111110011111111010111010000010110001 | e585a8eba096e6bf9feba0b1 |
UHC | 全렖濟렱 | 1110111011101111100011101010101111110000101011011000111010111110 | eeef8eabf0ad8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)