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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ?濕?權ゃBF | 00111111111000000101101100111111100111101101110010000010111000010100001001000110 | 3fe05b3f9edc82e14246 |
EUC-JP | ?濕?權ゃBF | 00111111110111111011110000111111110111001101111010100100111000110100001001000110 | 3fdfbc3fdcdea4e34246 |
UTF-8 | 룶濕룵權ゃBF | 1110101110100011101101101110011010111111100101011110101110100011101101011110011010101100100010101110001110000010100000110100001001000110 | eba3b6e6bf95eba3b5e6ac8ae382834246 |
UHC | 룶濕룵權ゃBF | 100011111010101111100011101001011000111110101010110011111110110110101010111000110100001001000110 | 8fabe3a58faacfedaae34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)