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 | 咫??扈? | 10011010010000000011111100111111111001111011101100111111 | 9a403f3fe7bb3f |
EUC-JP | 咫??扈? | 11010011101000010011111100111111111011101011110100111111 | d3a13f3feebd3f |
UTF-8 | 咫띄땀扈렩 | 111001011001001010101011111010111001110110000100111010111001010110000000111001101000100110001000111010111010000010101001 | e592abeb9d84eb9580e68988eba0a9 |
UHC | 咫띄땀扈렩 | 11110010101000011011011011100111101101101010000111111011110000111000111010110111 | f2a1b6e7b6a1fbc38eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)