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?F?K?? | 0011111101010100001111110100011000111111010010110011111100111111 | 3f543f463f4b3f3f |
SJIS-WIN | ?T?F?K?? | 0011111101010100001111110100011000111111010010110011111100111111 | 3f543f463f4b3f3f |
EUC-JP | ?T?F?K?? | 0011111101010100001111110100011000111111010010110011111100111111 | 3f543f463f4b3f3f |
UTF-8 | 혪T혪F혪K혩짹 | 111011011001100010101010010101001110110110011000101010100100011011101101100110001010101001001011111011011001100010101001111011001010011110111001 | ed98aa54ed98aa46ed98aa4bed98a9eca7b9 |
UHC | 혪T혪F혪K혩짹 | 11000010100100100101010011000010100100100100011011000010100100100100101111000010100100011100001010110001 | c29254c29246c2924bc291c2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)