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 | 陰???? | 100010010100000100111111001111110011111100111111 | 89413f3f3f3f |
EUC-JP | 陰??繇? | 1011000110100010001111110011111110001111110101001101000100111111 | b1a23f3f8fd4d13f |
UTF-8 | 陰곗넔繇퀯 | 111010011001100110110000111010101011001110010111111010111000010010010100111001111011100110000111111011011000000010101111 | e999b0eab397eb8494e7b987ed80af |
UHC | 陰곗넔繇퀯 | 11101011111001001011000011101100100001101001110111101001101000111011010001000010 | ebe4b0ec869de9a3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)