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 | ?????m | 001111110011111100111111001111110011111101101101 | 3f3f3f3f3f6d |
SJIS-WIN | 影??絶?m | 1000100101100101001111110011111110010000111000100011111101101101 | 89653f3f90e23f6d |
EUC-JP | 影??絶?m | 1011000111000110001111110011111111000000111001000011111101101101 | b1c63f3fc0e43f6d |
UTF-8 | 影좑쉽絶똚m | 11100101101111011011000111101100101000101001000111101100100010011011110111100111101101011011011011101011100110001001101001101101 | e5bdb1eca291ec89bde7b5b6eb989a6d |
UHC | 影좑쉽絶똚m | 1110011110101111101000001110111110111101101100011110111110111110100011000101011101101101 | e7afa0efbdb1efbe8c576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)