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 | 筌ゆ?苒 | 11100010101000111000001011100100001111111110010010010010 | e2a382e43fe492 |
EUC-JP | 筌ゆ?苒 | 11100100101001011010010011100110001111111110011111110010 | e4a5a4e63fe7f2 |
UTF-8 | 筌ゆ뼔苒 | 111001111010110110001100111000111000001010000110111010111011110010010100111010001000101110010010 | e7ad8ce38286ebbc94e88b92 |
UHC | 筌ゆ뼔苒 | 1110111110100111101010101110011010010110100111001110011011111110 | efa7aae6969ce6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)