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 | テ」テ催津カ | 1100001110100011110000111000110111000011100100101100001110110110 | c3a3c38dc392c3b6 |
EUC-JP | テ」テ催津カ | 100011101100001110001110101000111000111011000011101110101100010111000100110001011000111010110110 | 8ec38ea38ec3bac5c4c58eb6 |
UTF-8 | テ」テ催津カ | 111011111011111010000011111011111011110110100011111011111011111010000011111001011000001010101100111001101011010010100101111011111011110110110110 | efbe83efbda3efbe83e582ace6b4a5efbdb6 |
UHC | ???催津? | 0011111100111111001111111111010111001010111100101101000000111111 | 3f3f3ff5caf2d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)