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 | 蒹芝式 | 111001001110001110001110110001011000111010101110 | e4e38ec58eae |
EUC-JP | 蒹芝式 | 111010001110010110111100110001111011110010110000 | e8e5bcc7bcb0 |
UTF-8 | 蒹芝式 | 111010001001001010111001111010001000101010011101111001011011110010001111 | e892b9e88a9de5bc8f |
UHC | ?芝式 | 0011111111110010101110011110001111010010 | 3ff2b9e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)