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 | ???D???RE | 001111110011111100111111010001000011111100111111001111110101001001000101 | 3f3f3f443f3f3f5245 |
SJIS-WIN | ???D???RE | 001111110011111100111111010001000011111100111111001111110101001001000101 | 3f3f3f443f3f3f5245 |
EUC-JP | ???D???RE | 001111110011111100111111010001000011111100111111001111110101001001000101 | 3f3f3f443f3f3f5245 |
UTF-8 | 혧짬책D혧짖짹RE | 111011011001100010100111111011001010011110101100111011001011000110000101010001001110110110011000101001111110110010100111100101101110110010100111101110010101001001000101 | ed98a7eca7acecb18544ed98a7eca796eca7b95245 |
UHC | 혧짬책D혧짖짹RE | 110000101000111111000010101010111100001110100101010001001100001010001111110000101010001011000010101100010101001001000101 | c28fc2abc3a544c28fc2a2c2b15245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)