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 | 枝篩?? | 100011100111110111100010101111110011111100111111 | 8e7de2bf3f3f |
EUC-JP | 枝篩?? | 101110111101111011100100110000010011111100111111 | bbdee4c13f3f |
UTF-8 | 枝篩렋렟 | 111001101001111010011101111001111010111110101001111010111010000010001011111010111010000010011111 | e69e9de7afa9eba08beba09f |
UHC | 枝篩렋렟 | 1111001010101011110111101110100010001110101000101000111010110000 | f2abdee88ea28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)