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 | モタ簔鮏 | 11010011110000001110001011000001111100101110001111111100010000111111000111111100 | d3c0e2c1f2e3fc43f1fc |
EUC-JP | モタ簔?鮏? | 1000111011010011100011101100000011100100110000110011111110001111111010101101101100111111 | 8ed38ec0e4c33f8feadb3f |
UTF-8 | モタ簔鮏 | 111011111011111010010011111011111011111010000000111001111011000010010100111011101000100010011010111010011010111010001111111011101000010110110111 | efbe93efbe80e7b094ee889ae9ae8fee85b7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)