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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隶剃シ∫牡B | 11101000101011101001001011100100101111001000000111100111100010011011001001000010 | e8ae92e4bc81e789b242 |
EUC-JP | 隶剃シ∫牡B | 1111000010110000110001001110011010001110101111001010001011101001101100101011010001000010 | f0b0c4e68ebca2e9b2b442 |
UTF-8 | 隶剃シ∫牡B | 11101001100110101011011011100101100010011000001111101111101111011011110011100010100010001010101111100111100010011010000101000010 | e99ab6e58983efbdbce288abe789a142 |
UHC | ?剃?∫牡B | 001111111111010011101111001111111010000111110010110110011100000001000010 | 3ff4ef3fa1f2d9c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)