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 | ロ焏ウワ眈 | 111101001011001111011011111110110101001110110011110111001110000110111100 | f4b3dbfb53b3dce1bc |
EUC-JP | ?ロ焏ウワ眈 | 001111111000111011011011100011111100100111101001100011101011001110001110110111001110001010111110 | 3f8edb8fc9e98eb38edce2be |
UTF-8 | ロ焏ウワ眈 | 111011101000110110100010111011111011111010011011111001111000010010001111111011111011110110110011111011111011111010011100111001111001110010001000 | ee8da2efbe9be7848fefbdb3efbe9ce79c88 |
UHC | ?????眈 | 00111111001111110011111100111111001111111111011110101111 | 3f3f3f3f3ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)