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 | ±õ±ę́ | 101100011111010110110001111010011100110010101000 | b1f5b1e9cca8 |
SJIS-WIN | ±?±??¨ | 100000010111110100111111100000010111110100111111001111111000000101001110 | 817d3f817d3f3f814e |
EUC-JP | ±õ±ę́ | 101000011101111010001111101010111101100010100001110111101000111110101011101100011000111110101010110000001010000110101111 | a1de8fabd8a1de8fabb18faac0a1af |
UTF-8 | ±õ±ę́ | 110000101011000111000011101101011100001010110001110000111010100111000011100011001100001010101000 | c2b1c3b5c2b1c3a9c38cc2a8 |
UHC | ±?±??¨ | 101000011011111000111111101000011011111000111111001111111010000110100111 | a1be3fa1be3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)