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 | 霙ルモ | 1111000111100110111010001100001011011001110100111111001111111011 | f1e6e8c2d9d3f3fb |
EUC-JP | ?霙ルモ? | 0011111111110000110001001000111011011001100011101101001100111111 | 3ff0c48ed98ed33f |
UTF-8 | 霙ルモ | 111011101000010110100001111010011001110010011001111011111011111010011001111011111011111010010011111011101000101110101110 | ee85a1e99c99efbe99efbe93ee8bae |
UHC | ?霙??? | 001111111110011111001110001111110011111100111111 | 3fe7ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)