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 | 鍜э充萬 | 1110100001000111100001001000111110001111010110111110010011011101 | e847848f8f5be4dd |
EUC-JP | 鍜э充萬 | 1110111110101000101001111110111110111101101111001110100011011111 | efa8a7efbdbce8df |
UTF-8 | 鍜э充萬 | 1110100110001101100111001101000110001101111001011000010110000101111010001001000010101100 | e98d9cd18de58585e890ac |
UHC | ?э充萬 | 00111111101011001110111111110101111101101101100010111111 | 3faceff5f6d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)