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 | 躬烋豎躡豎窘 | 111001110101101011100000011111011110011010110001111001110101100111100110101100011110001001111010 | e75ae07de6b1e759e6b1e27a |
EUC-JP | 躬烋豎躡豎窘 | 111011011011101111011111110111101110110010110011111011011011101011101100101100111110001111011011 | edbbdfdeecb3edbaecb3e3db |
UTF-8 | 躬烋豎躡豎窘 | 111010001011101010101100111001111000001110001011111010001011000110001110111010001011101010100001111010001011000110001110111001111010101010011000 | e8baace7838be8b18ee8baa1e8b18ee7aa98 |
UHC | 躬烋???窘 | 110011111110010111111101110011100011111100111111001111111100111111010111 | cfe5fdce3f3f3fcfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)