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 | 汀瀨?? | 100100101111001111111011010100000011111100111111 | 92f3fb503f3f |
EUC-JP | 汀??? | 1100010011110101001111110011111100111111 | c4f53f3f3f |
UTF-8 | 汀瀨렚렜 | 111001101011000110000000111001111000000010101000111010111010000010011010111010111010000010011100 | e6b180e780a8eba09aeba09c |
UHC | 汀瀨렚렜 | 1110111111100010110101101110111010001110101011011000111010101110 | efe2d6ee8ead8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)