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^ | 100100111111000000111111010001001001001111110000001111110100010001011110 | 93f03f4493f03f445e |
EUC-JP | 汝?D汝?D^ | 110001101111001000111111010001001100011011110010001111110100010001011110 | c6f23f44c6f23f445e |
UTF-8 | 汝쉊D汝쉊D^ | 111001101011000110011101111011001000100110001010010001001110011010110001100111011110110010001001100010100100010001011110 | e6b19dec898a44e6b19dec898a445e |
UHC | 汝쉊D汝쉊D^ | 1110011010100011100110100110010001000100111001101010001110011010011001000100010001011110 | e6a39a6444e6a39a64445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)