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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??述??述^ | 001111110011111110001111011100010011111100111111100011110111000101011110 | 3f3f8f713f3f8f715e |
EUC-JP | ??述??述^ | 001111110011111110111101110100100011111100111111101111011101001001011110 | 3f3fbdd23f3fbdd25e |
UTF-8 | 뤵樂述뤵樂述^ | 11101011101001001011010111101111101001011001110011101000101111111011000011101011101001001011010111101111101001011001110011101000101111111011000001011110 | eba4b5efa59ce8bfb0eba4b5efa59ce8bfb05e |
UHC | 뤵樂述뤵樂述^ | 10001111111000111101010110100101111000101111101110001111111000111101010110100101111000101111101101011110 | 8fe3d5a5e2fb8fe3d5a5e2fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)