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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 要ゅ?? | 100101110111011010000010111000110011111100111111 | 977682e33f3f |
EUC-JP | 要ゅ?? | 110011011101011110100100111001010011111100111111 | cdd7a4e53f3f |
UTF-8 | 要ゅ맃兩 | 111010001010011010000001111000111000001010000101111010111010011110000011111011111010010110111000 | e8a681e38285eba783efa5b8 |
UHC | 要ゅ맃兩 | 1110100110101001101010101110010110010000100111011110010110111011 | e9a9aae5909de5bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)