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 | 琉숅걤踰뾥 | 111011111010011110001100111011001000100010000101111010101011000110100100111010001011100010110000111010111011111010100101 | efa78cec8885eab1a4e8b8b0ebbea5 |
UHC | 琉숅걤踰뾥 | 11101011101001001001100111101001100000011000110111101011101100101001011101101000 | eba499e9818debb29768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)