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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????德ゆ | 001111110011111100111111001111110011111111111010101110101000001011100100 | 3f3f3f3f3ffaba82e4 |
EUC-JP | ??????ゆ | 0011111100111111001111110011111100111111001111111010010011100110 | 3f3f3f3f3f3fa4e6 |
UTF-8 | 쑹렻렊롚뤦德ゆ | 111011001001000110111001111010111010000010111011111010111010000010001010111010111010000110011010111010111010010010100110111001011011111010110111111000111000001010000110 | ec91b9eba0bbeba08aeba19aeba4a6e5beb7e38286 |
UHC | 쑹렻렊롚뤦德ゆ | 1011111010101011100011101100001110001110101000011000111011011110100011111101010011010011111011001010101011100110 | beab8ec38ea18ede8fd4d3ecaae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)