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 | 也??節? | 10010110111001110011111100111111100100001101111100111111 | 96e73f3f90df3f |
EUC-JP | 也??節? | 11001100111010010011111100111111110000001110000100111111 | cce93f3fc0e13f |
UTF-8 | 也앮볜節쇔 | 111001001011100110011111111011001001010110101110111010111011001110011100111001111010111110000000111011001000011110010100 | e4b99fec95aeebb39ce7af80ec8794 |
UHC | 也앮볜節쇔 | 11100101101001011001110111100110101110101011011111101111101111011011110011100101 | e5a59de6bab7efbdbce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)