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 | ???膚膀 | 00111111001111110011111110010101100001101110010001001110 | 3f3f3f9586e44e |
EUC-JP | ?洧?膚膀 | 001111111000111111000111101101000011111111001001111001101110011110101111 | 3f8fc7b43fc9e6e7af |
UTF-8 | 뤙洧㉠膚膀 | 111010111010010010011001111001101011010010100111111000111000100110100000111010001000011010011010111010001000011010000000 | eba499e6b4a7e389a0e8869ae88680 |
UHC | 뤙洧㉠膚膀 | 10001111110010001110101011111011101010001011000111011101101100011101101110111001 | 8fc8eafba8b1ddb1dbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)