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 | 漬????? | 10010010110100000011111100111111001111110011111100111111 | 92d03f3f3f3f3f |
EUC-JP | 漬????? | 11000100110100100011111100111111001111110011111100111111 | c4d23f3f3f3f3f |
UTF-8 | 漬얗커뤯헤⑷ | 111001101011110010101100111011001001011010010111111011001011101110100100111010111010010010101111111011011001011110100100111000101001000110110111 | e6bcacec9697ecbba4eba4afed97a4e291b7 |
UHC | 漬얗커뤯헤⑷ | 111100101011000010111110111010011100010010111111100011111101110111000111111011001010100111101010 | f2b0bee9c4bf8fddc7eca9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)