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 | ???踰? | 001111110011111100111111111001101111101000111111 | 3f3f3fe6fa3f |
EUC-JP | ???踰? | 001111110011111100111111111011001111110000111111 | 3f3f3fecfc3f |
UTF-8 | 裂╉룜踰ㅹ | 111011111010011010100000111000101001010110001001111010111010001110011100111010001011100010110000111000111000010110111001 | efa6a0e29589eba39ce8b8b0e385b9 |
UHC | 裂╉룜踰ㅹ | 11100110111100011010011011100011100011111001100011101011101100101010010011101001 | e6f1a6e38f98ebb2a4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)