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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 尞餓椈 | 111110101010101110001001111011001001111010011000 | faab89ec9e98 |
EUC-JP | 尞餓椈 | 10001111101110101110101110110010111011101101101111111000 | 8fbaebb2eedbf8 |
UTF-8 | 尞餓椈 | 111001011011000010011110111010011010010010010011111001101010010010001000 | e5b09ee9a493e6a488 |
UHC | ?餓? | 00111111111001001011101100111111 | 3fe4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)