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 | ???T?? | 001111110011111100111111010101000011111100111111 | 3f3f3f543f3f |
SJIS-WIN | 辰嘆存T脱其 | 1001001001000011100100100101000110010001101101100101010010010010010001011001000110110100 | 9243925191b654924591b4 |
EUC-JP | 辰嘆存T脱其 | 1100001110100100110000111011001011000010101110000101010011000011101001101100001010110110 | c3a4c3b2c2b854c3a6c2b6 |
UTF-8 | 辰嘆存T脱其 | 11101000101111101011000011100101100110001000011011100101101011011001100001010100111010001000010010110001111001011000010110110110 | e8beb0e59886e5ad9854e884b1e585b6 |
UHC | 辰嘆存T?其 | 11110010111000111111011110100011111100001110110101010100001111111101000011101100 | f2e3f7a3f0ed543fd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)