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 | ?щ?円?? | 0011111110000100100010110011111110001001011111100011111100111111 | 3f848b3f897e3f3f |
EUC-JP | ?щ?円?? | 0011111110100111111010110011111110110001110111110011111100111111 | 3fa7eb3fb1df3f3f |
UTF-8 | 轢щ젣円㏓젔 | 1110111110100110100011011101000110001001111011001010000010100011111001011000011010000110111000111000111110010011111011001010000010010100 | efa68dd189eca0a3e58686e38f93eca094 |
UHC | 轢щ젣円㏓젔 | 111001101011110010101100111010111010000010011100111001011111011110100111111010111010000010010010 | e6bcaceba09ce5f7a7eba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)