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 | ???德ヤ | 00111111001111110011111111111010101110101000001110000100 | 3f3f3ffaba8384 |
EUC-JP | ????ヤ | 001111110011111100111111001111111010010111100100 | 3f3f3f3fa5e4 |
UTF-8 | 쒀롈뤦德ヤ | 111011001001001010000000111010111010000110001000111010111010010010100110111001011011111010110111111000111000001110100100 | ec9280eba188eba4a6e5beb7e383a4 |
UHC | 쒀롈뤦德ヤ | 10111110101011001000111011001110100011111101010011010011111011001010101111100100 | beac8ece8fd4d3ecabe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)