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 | ミ釥オ蓚 | 1111000010101100110100001111101111000000101101011110010011101001 | f0acd0fbc0b5e4e9 |
EUC-JP | ?ミ釥オ蓚 | 00111111100011101101000010001111111000111010101110001110101101011110100011101011 | 3f8ed08fe3ab8eb5e8eb |
UTF-8 | ミ釥オ蓚 | 111011101000000110101011111011111011111010010000111010011000011110100101111011111011110110110101111010001001001110011010 | ee81abefbe90e987a5efbdb5e8939a |
UHC | ????蓚 | 001111110011111100111111001111111110001010111110 | 3f3f3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)