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 | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
SJIS-WIN | ?ろ??ъ?RE | 00111111100000101110101100111111001111111000010010001100001111110101001001000101 | 3f82eb3f3f848c3f5245 |
EUC-JP | ?ろ??ъ?RE | 00111111101001001110110100111111001111111010011111101100001111110101001001000101 | 3fa4ed3f3fa7ec3f5245 |
UTF-8 | 淋ろ삸泥ъ쮷RE | 11101111101001111011010111100011100000101000110111101100100000101011100011101111101001111010001111010001100010101110110010101110101101110101001001000101 | efa7b5e3828dec82b8efa7a3d18aecaeb75245 |
UHC | 淋ろ삸泥ъ쮷RE | 1110110011111000101010101110110110011000101011111110110010110010101011001110110010101000100101000101001001000101 | ecf8aaed98afecb2aceca8945245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)