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 | ??b????RE | 001111110011111101100010001111110011111100111111001111110101001001000101 | 3f3f623f3f3f3f5245 |
SJIS-WIN | ??b????RE | 001111110011111101100010001111110011111100111111001111110101001001000101 | 3f3f623f3f3f3f5245 |
EUC-JP | ??b????RE | 001111110011111101100010001111110011111100111111001111110101001001000101 | 3f3f623f3f3f3f5245 |
UTF-8 | 셔샴b셔섐셔섟RE | 111011001000010110010100111011001000001110110100011000101110110010000101100101001110110010000100100100001110110010000101100101001110110010000100100111110101001001000101 | ec8594ec83b462ec8594ec8490ec8594ec849f5245 |
UHC | 셔샴b셔섐셔섟RE | 101111001100010110111100101001000110001010111100110001011011110010101011101111001100010110111100101100000101001001000101 | bcc5bca462bcc5bcabbcc5bcb05245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)