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 | 攸れ?艤 | 10011101101111111000001011101010001111111110010001111110 | 9dbf82ea3fe47e |
EUC-JP | 攸れ?艤 | 11011010110000011010010011101100001111111110011111011111 | dac1a4ec3fe7df |
UTF-8 | 攸れ눊艤 | 111001101001010010111000111000111000001010001100111010111000100010001010111010001000100110100100 | e694b8e3828ceb888ae889a4 |
UHC | 攸れ눊艤 | 1110101011110010101010101110110010000111101010001110101111111010 | eaf2aaec87a8ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)