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 | 娼ホ将腱 | 10001111101010011100111010001111101010111110010001000110 | 8fa9ce8fabe446 |
EUC-JP | 娼ホ将腱 | 1011111010101011100011101100111010111110101011011110011110100111 | beab8ecebeade7a7 |
UTF-8 | 娼ホ将腱 | 111001011010100010111100111011111011111010001110111001011011000010000110111010001000010110110001 | e5a8bcefbe8ee5b086e885b1 |
UHC | 娼??腱 | 111100111101111000111111001111111100101111110010 | f3de3f3fcbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)