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횩챨 | 11101101100110001011011111101101100110101001101111101101100110001010100001110010111011011001101010101001111011001011000110101000 | ed98b7ed9a9bed98a872ed9aa9ecb1a8 |
UHC | 혷횛혨r횩챨 | 1100001010011110110000111001010111000010100100000111001011000011100111111100001110110000 | c29ec395c29072c39fc3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)