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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螳溷シ常゚ | 1110010110101110100111111110010110111100100011111110110111011111 | e5ae9fe5bc8feddf |
EUC-JP | 螳溷シ常゚ | 11101010101100001101111011100111100011101011110010111110111011111000111011011111 | eab0dee78ebcbeef8edf |
UTF-8 | 螳溷シ常゚ | 111010001001111010110011111001101011101010110111111011111011110110111100111001011011100010111000111011111011111010011111 | e89eb3e6bab7efbdbce5b8b8efbe9f |
UHC | 螳??常? | 11010011110110010011111100111111110111111100100000111111 | d3d93f3fdfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)