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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 陲「Y陲「bE | 111010001010001010100010010110011110100010100010101000100110001001000101 | e8a2a259e8a2a26245 |
EUC-JP | 陲「Y陲「bE | 1111000010100100100011101010001001011001111100001010010010001110101000100110001001000101 | f0a48ea259f0a48ea26245 |
UTF-8 | 陲「Y陲「bE | 111010011001100110110010111011111011110110100010010110011110100110011001101100101110111110111101101000100110001001000101 | e999b2efbda259e999b2efbda26245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)