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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ъ?循 | 001111111000010010001100001111111000111101111010 | 3f848c3f8f7a |
EUC-JP | ?ъ?循 | 001111111010011111101100001111111011110111011011 | 3fa7ec3fbddb |
UTF-8 | 輦ъ슖循 | 1110111110100110100110001101000110001010111011001000101010010110111001011011111010101010 | efa698d18aec8a96e5beaa |
UHC | 輦ъ슖循 | 1110011011100100101011001110110010011010101001011110001011100000 | e6e4acec9aa5e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)