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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌??炎? | 11100010101000110011111100111111100010011000101000111111 | e2a33f3f898a3f |
EUC-JP | 筌??炎? | 11100100101001010011111100111111101100011110101000111111 | e4a53f3fb1ea3f |
UTF-8 | 筌깆뼔炎덦 | 111001111010110110001100111010101011100110000110111010111011110010010100111001111000001010001110111010111000110110100110 | e7ad8ceab986ebbc94e7828eeb8da6 |
UHC | 筌깆뼔炎덦 | 11101111101001111011000111101100100101101001110011100110111110101000100101000001 | efa7b1ec969ce6fa8941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)