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 | ?筆幀嘴 | 00111111100101010100110110011011111010101001101001111011 | 3f954d9bea9a7b |
EUC-JP | ?筆幀嘴 | 00111111110010011010111011010110111011001101001111011100 | 3fc9aed6ecd3dc |
UTF-8 | 뤋筆幀嘴 | 111010111010010010001011111001111010110110000110111001011011100110000000111001011001100010110100 | eba48be7ad86e5b980e598b4 |
UHC | 뤋筆幀嘴 | 1000111110111011111110011011011011101111110100111111011010100100 | 8fbbf9b6efd3f6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)