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 | 歎探巽短 | 1001001001010110100100100101010010010010010001101001001001011010 | 925692549246925a |
EUC-JP | 歎探巽短 | 1100001110110111110000111011010111000011101001111100001110111011 | c3b7c3b5c3a7c3bb |
UTF-8 | 歎探巽短 | 111001101010110110001110111001101000111010100010111001011011011110111101111001111001111110101101 | e6ad8ee68ea2e5b7bde79fad |
UHC | 歎探巽短 | 1111011110100111111101111010111011100001110111101101001110101101 | f7a7f7aee1ded3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)