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 | 蒟駆万雋 | 1110010011100101100010111110110010010110100111001110100010110010 | e4e58bec969ce8b2 |
EUC-JP | 蒟駆万雋 | 1110100011100111101101101110111011001011111111001111000010110100 | e8e7b6eecbfcf0b4 |
UTF-8 | 蒟駆万雋 | 111010001001001010011111111010011010011110000110111001001011100010000111111010011001101110001011 | e8929fe9a786e4b887e99b8b |
UHC | ??万雋 | 001111110011111111011000101100101111000111100110 | 3f3fd8b2f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)