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 | 鋓辞雫 | 1111101111010110100011101010101111110010101000111000111010110100 | fbd68eabf2a38eb4 |
EUC-JP | 鋓辞?雫 | 1000111111100100101111111011110010101101001111111011110010110110 | 8fe4bfbcad3fbcb6 |
UTF-8 | 鋓辞雫 | 111010011000101110010011111010001011111010011110111011101000011110011010111010011001101110101011 | e98b93e8be9eee879ae99bab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)