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 | 軣è»^ | 111010001011101110001101101000111110100010111011100011011001010001011110 | e8bb8da3e8bb8d945e |
SJIS-WIN | ???£????^ | 00111111001111110011111110000001100100100011111100111111001111110011111101011110 | 3f3f3f81923f3f3f3f5e |
EUC-JP | è??£è???^ | 1000111110101011101100100011111100111111101000011111001010001111101010111011001000111111001111110011111101011110 | 8fabb23f3fa1f28fabb23f3f3f5e |
UTF-8 | 軣è»^ | 1100001110101000110000101011101111000010100011011100001010100011110000111010100011000010101110111100001010001101110000101001010001011110 | c3a8c2bbc28dc2a3c3a8c2bbc28dc2945e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)