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 | 乙?悲咫 | 10001001101100110011111110010100110111111001101001000000 | 89b33f94df9a40 |
EUC-JP | 乙?悲咫 | 10110010101101010011111111001000111000011101001110100001 | b2b53fc8e1d3a1 |
UTF-8 | 乙잼悲咫 | 111001001011100110011001111011001001111010111100111001101000001010110010111001011001001010101011 | e4b999ec9ebce682b2e592ab |
UHC | 乙잼悲咫 | 1110101111100000110000001110101111011101111010001111001010100001 | ebe0c0ebdde8f2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)