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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 軏乞枕赶隠 | 11111011101100101000110011101110100101101000110111111011101100001000100101000010 | fbb28cee968dfbb08942 |
EUC-JP | 軏乞枕?隠 | 10001111111000001101100110111000111100001100101111101101001111111011000110100011 | 8fe0d9b8f0cbed3fb1a3 |
UTF-8 | 軏乞枕赶隠 | 111010001011101110001111111001001011100110011110111001101001111010010101111010001011010110110110111010011001101010100000 | e8bb8fe4b99ee69e95e8b5b6e99aa0 |
UHC | ?乞枕?? | 00111111110010111111011111110110110101110011111100111111 | 3fcbf7f6d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)