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 | 鞦軸ミ | 11101000111000011000111010110010111100001010111111010000 | e8e18eb2f0afd0 |
EUC-JP | 鞦軸?ミ | 11110000111000111011110010110100001111111000111011010000 | f0e3bcb43f8ed0 |
UTF-8 | 鞦軸ミ | 111010011001111010100110111010001011101110111000111011101000000110101110111011111011111010010000 | e99ea6e8bbb8ee81aeefbe90 |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)