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 | 跂ス諡玲 | 11100110111000111011110111100110100010111001011111100110 | e6e3bde68b97e6 |
EUC-JP | 跂ス諡玲 | 1110110011100101100011101011110111101011111010111100111011101000 | ece58ebdebebcee8 |
UTF-8 | 跂ス諡玲 | 111010001011011110000010111011111011110110111101111010001010101110100001111001111000111010110010 | e8b782efbdbde8aba1e78eb2 |
UHC | ??諡玲 | 001111110011111111100011110011011101011010111100 | 3f3fe3cdd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)