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 | 影??鴦 | 100010010110010100111111001111111110100111110001 | 89653f3fe9f1 |
EUC-JP | 影??鴦 | 101100011100011000111111001111111111001011110011 | b1c63f3ff2f3 |
UTF-8 | 影뤶튉鴦 | 111001011011110110110001111010111010010010110110111011011000101010001001111010011011010010100110 | e5bdb1eba4b6ed8a89e9b4a6 |
UHC | 影뤶튉鴦 | 1110011110101111100011111110010010111001100111011110010011101100 | e7af8fe4b99de4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)