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 | 瞋ヒ湜 | 11110000111110101110000111010001110010111111101101000111 | f0fae1d1cbfb47 |
EUC-JP | ?瞋ヒ湜 | 0011111111100010110100111000111011001011100011111100011111111100 | 3fe2d38ecb8fc7fc |
UTF-8 | 瞋ヒ湜 | 111011101000001010111001111001111001111010001011111011111011111010001011111001101011100110011100 | ee82b9e79e8befbe8be6b99c |
UHC | ?瞋?湜 | 001111111111001011011001001111111110001111010111 | 3ff2d93fe3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)