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 | 踞セ髻懈 | 11100110111101011011111011101001100111111001110011100110 | e6f5bee99f9ce6 |
EUC-JP | 踞セ髻懈 | 1110110011110111100011101011111011110010101000011101100011101000 | ecf78ebef2a1d8e8 |
UTF-8 | 踞セ髻懈 | 111010001011100010011110111011111011110110111110111010011010101110111011111001101000011110001000 | e8b89eefbdbee9abbbe68788 |
UHC | 踞??懈 | 110010111110011000111111001111111111101010101011 | cbe63f3ffaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)