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 | ???德?寡 | 0011111100111111001111111111101010111010001111111000100111000111 | 3f3f3ffaba3f89c7 |
EUC-JP | ?????寡 | 00111111001111110011111100111111001111111011001011001001 | 3f3f3f3f3fb2c9 |
UTF-8 | 쒀롉뤦德첁寡 | 111011001001001010000000111010111010000110001001111010111010010010100110111001011011111010110111111011001011001010000001111001011010111110100001 | ec9280eba189eba4a6e5beb7ecb281e5afa1 |
UHC | 쒀롉뤦德첁寡 | 101111101010110010001110110011111000111111010100110100111110110010101010100011101100110111111011 | beac8ecf8fd4d3ecaa8ecdfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)