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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 歷띠떐六묈쪊 | 111011111010011010001100111010111001110110100000111010111001011010010000111011111010011110010001111010111010110010001000111011001010101010001010 | efa68ceb9da0eb9690efa791ebac88ecaa8a |
UHC | 歷띠떐六묈쪊 | 111001101011100010110110111011001000101110100110111010111011101110010001111001011010010110000100 | e6b8b6ec8ba6ebbb91e5a584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)