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 | ???r?? | 001111110011111100111111011100100011111100111111 | 3f3f3f723f3f |
SJIS-WIN | ???r?? | 001111110011111100111111011100100011111100111111 | 3f3f3f723f3f |
EUC-JP | ???r?? | 001111110011111100111111011100100011111100111111 | 3f3f3f723f3f |
UTF-8 | 혷횛혨r횪혪 | 11101101100110001011011111101101100110101001101111101101100110001010100001110010111011011001101010101010111011011001100010101010 | ed98b7ed9a9bed98a872ed9aaaed98aa |
UHC | 혷횛혨r횪혪 | 1100001010011110110000111001010111000010100100000111001011000011101000001100001010010010 | c29ec395c29072c3a0c292 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)