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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 車爾「フセネ | 1000111011010100100011101010001010100010110011001011111011001000 | 8ed48ea2a2ccbec8 |
EUC-JP | 車爾「フセネ | 101111001101011010111100101001001000111010100010100011101100110010001110101111101000111011001000 | bcd6bca48ea28ecc8ebe8ec8 |
UTF-8 | 車爾「フセネ | 111010001011101110001010111001111000100010111110111011111011110110100010111011111011111010001100111011111011110110111110111011111011111010001000 | e8bb8ae788beefbda2efbe8cefbdbeefbe88 |
UHC | 車爾???? | 1111001110110011111011001011001100111111001111110011111100111111 | f3b3ecb33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)