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 | 燼??佯?? | 1110000010011110001111110011111110011000110100010011111100111111 | e09e3f3f98d13f3f |
EUC-JP | 燼??佯?? | 1101111111111110001111110011111111010000110100110011111100111111 | dffe3f3fd0d33f3f |
UTF-8 | 燼깑갡佯럣둆 | 111001111000011110111100111010101011100110010001111010101011000010100001111001001011110110101111111010111001111110100011111010111001000110000110 | e787bceab991eab0a1e4bdafeb9fa3eb9186 |
UHC | 燼깑갡佯럣둆 | 111000111110100010000011100010111000000101001101111001011011101010001110100001101000101001000010 | e3e8838b814de5ba8e868a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)