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 | ?も?偕ц | 0011111110000010111000000011111110011000111100011000010010001000 | 3f82e03f98f18488 |
EUC-JP | ?も?偕ц | 0011111110100100111000100011111111010000111100111010011111101000 | 3fa4e23fd0f3a7e8 |
UTF-8 | 閭も벂偕ц | 1110111110100110100001101110001110000010100000101110101110110010100000101110010110000001100101011101000110000110 | efa686e38282ebb282e58195d186 |
UHC | 閭も벂偕ц | 11100110101011011010101011100010100100111010100011111010101001011010110011101000 | e6adaae293a8faa5ace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)