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 | セハ竺屡尞式 | 10111110110010101000111010110001100011101100011011111010101010111000111010101110 | beca8eb18ec6faab8eae |
EUC-JP | セハ竺屡尞式 | 10001110101111101000111011001010101111001011001110111100110010001000111110111010111010111011110010110000 | 8ebe8ecabcb3bcc88fbaebbcb0 |
UTF-8 | セハ竺屡尞式 | 111011111011110110111110111011111011111010001010111001111010101110111010111001011011000110100001111001011011000010011110111001011011110010001111 | efbdbeefbe8ae7abbae5b1a1e5b09ee5bc8f |
UHC | ??竺??式 | 0011111100111111111101011110011100111111001111111110001111010010 | 3f3ff5e73f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)