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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 吟ъ?吟ъ?B | 1000101111100001100001001000110000111111100010111110000110000100100011000011111101000010 | 8be1848c3f8be1848c3f42 |
EUC-JP | 吟ъ?吟ъ?B | 1011011011100011101001111110110000111111101101101110001110100111111011000011111101000010 | b6e3a7ec3fb6e3a7ec3f42 |
UTF-8 | 吟ъ꼧吟ъ뀳B | 1110010110010000100111111101000110001010111010101011110010100111111001011001000010011111110100011000101011101011100000001011001101000010 | e5909fd18aeabca7e5909fd18aeb80b342 |
UHC | 吟ъ꼧吟ъ뀳B | 11101011111000011010110011101100100001001000010011101011111000011010110011101100100001011010100101000010 | ebe1acec8484ebe1acec85a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)