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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葫燕韻? | 11100100110101111000100110001101100010010100001100111111 | e4d7898d89433f |
EUC-JP | 葫燕韻? | 11101000110110011011000111101101101100011010010000111111 | e8d9b1edb1a43f |
UTF-8 | 葫燕韻ㅸ | 111010001001000110101011111001111000011110010101111010011001111110111011111000111000010110111000 | e891abe78795e99fbbe385b8 |
UHC | 葫燕韻ㅸ | 1111101111011001111001101101100011101010101001001010010011101000 | fbd9e6d8eaa4a4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)