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???? | 001111110101010000111111001111110011111100111111 | 3f543f3f3f3f |
SJIS-WIN | 達T脱棚叩谷 | 1001001001000010010101001001001001000101100100100100100110010010010000001001001001001010 | 924254924592499240924a |
EUC-JP | 達T脱棚叩谷 | 1100001110100011010101001100001110100110110000111010101011000011101000011100001110101011 | c3a354c3a6c3aac3a1c3ab |
UTF-8 | 達T脱棚叩谷 | 11101001100000011001010001010100111010001000010010110001111001101010001110011010111001011000111110101001111010001011000010110111 | e9819454e884b1e6a39ae58fa9e8b0b7 |
UHC | 達T?棚叩谷 | 11010011101110010101010000111111110111011101110011001101101100001100110111011011 | d3b9543fdddccdb0cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)