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 | ?籠尾 | 0011111111100010110001001001010011110110 | 3fe2c494f6 |
EUC-JP | 醬籠尾 | 10001111111000101111001111100100110001101100100011111000 | 8fe2f3e4c6c8f8 |
UTF-8 | 醬籠尾 | 111010011000011010101100111001111011000110100000111001011011000010111110 | e986ace7b1a0e5b0be |
UHC | 醬籠尾 | 111011011111110111010110111010111101101010101101 | edfdd6ebdaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)