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 | ¿®}Y¿®}bE | 101111111010111001111101010110011011111110101110011111010110001001000101 | bfae7d59bfae7d6245 |
SJIS-WIN | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
EUC-JP | ¿®}Y¿®}bE | 1000111110100010110001001000111110100010111011100111110101011001100011111010001011000100100011111010001011101110011111010110001001000101 | 8fa2c48fa2ee7d598fa2c48fa2ee7d6245 |
UTF-8 | ¿®}Y¿®}bE | 11000010101111111100001010101110011111010101100111000010101111111100001010101110011111010110001001000101 | c2bfc2ae7d59c2bfc2ae7d6245 |
UHC | ¿®}Y¿®}bE | 10100010101011111010001011100111011111010101100110100010101011111010001011100111011111010110001001000101 | a2afa2e77d59a2afa2e77d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)