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 | ?榕夭?裝障 | 00111111100111101101010110011010111011100011111111100101111001001000111111100001 | 3f9ed59aee3fe5e48fe1 |
EUC-JP | ?榕夭?裝障 | 00111111110111001101011111010100111100000011111111101010111001101011111011100011 | 3fdcd7d4f03feae6bee3 |
UTF-8 | 뤚榕夭걔裝障 | 111010111010010010011010111001101010011010010101111001011010010010101101111010101011000110010100111010001010001110011101111010011001101010011100 | eba49ae6a695e5a4adeab194e8a39de99a9c |
UHC | 뤚榕夭걔裝障 | 100011111100100111101001101111101110100011101100101100001100001011101101111110111110111010100001 | 8fc9e9bee8ecb0c2edfbeea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)