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 | 鴫悉 | 1111000011000000100011101011000011110000101001101000111010111011 | f0c08eb0f0a68ebb |
EUC-JP | ?鴫?悉 | 001111111011110010110010001111111011110010111101 | 3fbcb23fbcbd |
UTF-8 | 鴫悉 | 111011101000000110111111111010011011010010101011111011101000000110100101111001101000001010001001 | ee81bfe9b4abee81a5e68289 |
UHC | ???悉 | 0011111100111111001111111110001111111010 | 3f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)