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 | 隴御ク樞 | 11101000101011011000110011100100101110001001111011100010 | e8ad8ce4b89ee2 |
EUC-JP | 隴御ク樞 | 1111000010101111101110001110011010001110101110001101110011100100 | f0afb8e68eb8dce4 |
UTF-8 | 隴御ク樞 | 111010011001101010110100111001011011111010100001111011111011110110111000111001101010100010011110 | e99ab4e5bea1efbdb8e6a89e |
UHC | ?御?樞 | 001111111110010111011001001111111111010111010010 | 3fe5d93ff5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)