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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 妤湿D妤湿D^ | 1111101010100100100011101011110001000100111110101010010010001110101111000100010001011110 | faa48ebc44faa48ebc445e |
EUC-JP | 妤湿D妤湿D^ | 10001111101110011010111110111100101111100100010010001111101110011010111110111100101111100100010001011110 | 8fb9afbcbe448fb9afbcbe445e |
UTF-8 | 妤湿D妤湿D^ | 111001011010011010100100111001101011100110111111010001001110010110100110101001001110011010111001101111110100010001011110 | e5a6a4e6b9bf44e5a6a4e6b9bf445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)