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 | 湜ァ贒ァ鄙 | 1111101101000111101001111111101110101111101001111110011110111111 | fb47a7fbafa7e7bf |
EUC-JP | 湜ァ贒ァ鄙 | 100011111100011111111100100011101010011110001111110111111100001110001110101001111110111011000001 | 8fc7fc8ea78fdfc38ea7eec1 |
UTF-8 | 湜ァ贒ァ鄙 | 111001101011100110011100111011111011110110100111111010001011010010010010111011111011110110100111111010011000010010011001 | e6b99cefbda7e8b492efbda7e98499 |
UHC | 湜???鄙 | 11100011110101110011111100111111001111111101111010101001 | e3d73f3f3fdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)