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 | 鴆自鋕悉 | 1110100111101111100011101010100111111011110101001000111010111011 | e9ef8ea9fbd48ebb |
EUC-JP | 鴆自鋕悉 | 111100101111000110111100101010111000111111100100110000001011110010111101 | f2f1bcab8fe4c0bcbd |
UTF-8 | 鴆自鋕悉 | 111010011011010010000110111010001000011110101010111010011000101110010101111001101000001010001001 | e9b486e887aae98b95e68289 |
UHC | ?自?悉 | 001111111110110110111011001111111110001111111010 | 3fedbb3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)