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 | 筌??肄? | 11100010101000110011111100111111111000111110010100111111 | e2a33f3fe3e53f |
EUC-JP | 筌??肄? | 11100100101001010011111100111111111001101110011100111111 | e4a53f3fe6e73f |
UTF-8 | 筌욎눘肄똅 | 111001111010110110001100111011001001101010001110111010111000100010011000111010001000001010000100111010111001100010000101 | e7ad8cec9a8eeb8898e88284eb9885 |
UHC | 筌욎눘肄똅 | 11101111101001111001111011101100100001111011000111101100101111011000110001000110 | efa79eec87b1ecbd8c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)