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 | 辿続属竪尊測 | 100100100100100010010001101100011001000110101110100100100100011110010001101110001001000110101010 | 924891b191ae924791b891aa |
EUC-JP | 辿続属竪尊測 | 110000111010100111000010101100111100001010110000110000111010100011000010101110101100001010101100 | c3a9c2b3c2b0c3a8c2bac2ac |
UTF-8 | 辿続属竪尊測 | 111010001011111010111111111001111011011010011010111001011011000110011110111001111010101110101010111001011011000010001010111001101011100010101100 | e8bebfe7b69ae5b19ee7abaae5b08ae6b8ac |
UHC | ???竪尊測 | 001111110011111100111111111000101011010111110000111011101111011010110100 | 3f3f3fe2b5f0eef6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)