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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 岦式゚ | 1111101010101100100011101010111011011111 | faac8eaedf |
EUC-JP | 岦式゚ | 10001111101110111011001110111100101100001000111011011111 | 8fbbb3bcb08edf |
UTF-8 | 岦式゚ | 111001011011001010100110111001011011110010001111111011111011111010011111 | e5b2a6e5bc8fefbe9f |
UHC | ?式? | 00111111111000111101001000111111 | 3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)