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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??旬?ⅶ | 100010010111111000111111001111111000111101111011001111111111101001000110 | 897e3f3f8f7b3ffa46 |
EUC-JP | 円?ŀ旬?? | 10110001110111110011111110001111101010011100100110111101110111000011111100111111 | b1df3f8fa9c9bddc3f3f |
UTF-8 | 円ㅻŀ旬쇔ⅶ | 1110010110000110100001101110001110000101101110111100010110000000111001101001011110101100111011001000011110010100111000101000010110110110 | e58686e385bbc580e697acec8794e285b6 |
UHC | 円ㅻŀ旬쇔ⅶ | 111001011111011110100100111010111010100110101000111000101110001010111100111001011010010110100111 | e5f7a4eba9a8e2e2bce5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)