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 | ?V???U?? | 0011111101010110001111110011111100111111010101010011111100111111 | 3f563f3f3f553f3f |
SJIS-WIN | ?V???U?? | 0011111101010110001111110011111100111111010101010011111100111111 | 3f563f3f3f553f3f |
EUC-JP | ?V???U?? | 0011111101010110001111110011111100111111010101010011111100111111 | 3f563f3f3f553f3f |
UTF-8 | 혪V혩짧혪U혩짰 | 1110110110011000101010100101011011101101100110001010100111101100101001111010011111101101100110001010101001010101111011011001100010101001111011001010011110110000 | ed98aa56ed98a9eca7a7ed98aa55ed98a9eca7b0 |
UHC | 혪V혩짧혪U혩짰 | 1100001010010010010101101100001010010001110000101010101011000010100100100101010111000010100100011100001010101110 | c29256c291c2aac29255c291c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)