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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邨九o蟆ア髏 | 1110011110110101100010111110001110000010100011111110010110110000101100011110100110010000 | e7b58be3828fe5b0b1e990 |
EUC-JP | 邨九o蟆ア髏 | 111011101011011110110110111001011010001111101111111010101011001010001110101100011111000111110000 | eeb7b6e5a3efeab28eb1f1f0 |
UTF-8 | 邨九o蟆ア髏 | 111010011000001010101000111001001011100110011101111011111011110110001111111010001001111110000110111011111011110110110001111010011010101110001111 | e982a8e4b99defbd8fe89f86efbdb1e9ab8f |
UHC | 邨九o??? | 111101011011111011001110111110101010001111101111001111110011111100111111 | f5becefaa3ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)