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 | ?純モ?? | 00111111100011111000001110000011100000100011111100111111 | 3f8f8383823f3f |
EUC-JP | ?純モ?? | 00111111101111011110001110100101111000100011111100111111 | 3fbde3a5e23f3f |
UTF-8 | 룵純モ룶⅝ | 111010111010001110110101111001111011010010010100111000111000001110100010111010111010001110110110111000101000010110011101 | eba3b5e7b494e383a2eba3b6e2859d |
UHC | 룵純モ룶⅝ | 10001111101010101110001011101101101010111110001010001111101010111010100011111101 | 8faae2edabe28faba8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)