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 | 辿続則脱孫束 | 100100100100100010010001101100011001000110100101100100100100010110010001101101111001000110101001 | 924891b191a5924591b791a9 |
EUC-JP | 辿続則脱孫束 | 110000111010100111000010101100111100001010100111110000111010011011000010101110011100001010101011 | c3a9c2b3c2a7c3a6c2b9c2ab |
UTF-8 | 辿続則脱孫束 | 111010001011111010111111111001111011011010011010111001011000100110000111111010001000010010110001111001011010110110101011111001101001110110011111 | e8bebfe7b69ae58987e884b1e5adabe69d9f |
UHC | ??則?孫束 | 001111110011111111110110110011100011111111100001110111011110000111010110 | 3f3ff6ce3fe1dde1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)