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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 実煮竺捨雫菘 | 100011101100000010001110110011111000111010110001100011101100110010001110101101001110010011000011 | 8ec08ecf8eb18ecc8eb4e4c3 |
EUC-JP | 実煮竺捨雫菘 | 101111001100001010111100110100011011110010110011101111001100111010111100101101101110100011000101 | bcc2bcd1bcb3bccebcb6e8c5 |
UTF-8 | 実煮竺捨雫菘 | 111001011010111010011111111001111000010110101110111001111010101110111010111001101000110110101000111010011001101110101011111010001000111110011000 | e5ae9fe785aee7abbae68da8e99babe88f98 |
UHC | ?煮竺捨?? | 001111111110110110110100111101011110011111011110110101110011111100111111 | 3fedb4f5e7ded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)