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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 苓鱸N}苓鱸N{^ | 10010111111010001110100111100111010011100111110110010111111010001110100111100111010011100111101101011110 | 97e8e9e74e7d97e8e9e74e7b5e |
EUC-JP | 苓鱸N}苓鱸N{^ | 11001110111010101111001011101001010011100111110111001110111010101111001011101001010011100111101101011110 | ceeaf2e94e7dceeaf2e94e7b5e |
UTF-8 | 苓鱸N}苓鱸N{^ | 1110100010001011100100111110100110110001101110000100111001111101111010001000101110010011111010011011000110111000010011100111101101011110 | e88b93e9b1b84e7de88b93e9b1b84e7b5e |
UHC | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)