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?M?K??B | 001111110101010000111111010011010011111101001011001111110011111101000010 | 3f543f4d3f4b3f3f42 |
SJIS-WIN | ?T?M?K??B | 001111110101010000111111010011010011111101001011001111110011111101000010 | 3f543f4d3f4b3f3f42 |
EUC-JP | ?T?M?K??B | 001111110101010000111111010011010011111101001011001111110011111101000010 | 3f543f4d3f4b3f3f42 |
UTF-8 | 혪T혪M혪K혩쨔B | 11101101100110001010101001010100111011011001100010101010010011011110110110011000101010100100101111101101100110001010100111101100101010001001010001000010 | ed98aa54ed98aa4ded98aa4bed98a9eca89442 |
UHC | 혪T혪M혪K혩쨔B | 1100001010010010010101001100001010010010010011011100001010010010010010111100001010010001110000101011100101000010 | c29254c2924dc2924bc291c2b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)