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 | ?蝦漿? | 001111111000100111011010100111111111011100111111 | 3f89da9ff73f |
EUC-JP | ?蝦漿? | 001111111011001011011100110111101111100100111111 | 3fb2dcdef93f |
UTF-8 | 뤋蝦漿㎃ | 111010111010010010001011111010001001110110100110111001101011110010111111111000111000111010000011 | eba48be89da6e6bcbfe38e83 |
UHC | 뤋蝦漿㎃ | 1000111110111011111110011100010011101101111011001010011111001100 | 8fbbf9c4edeca7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)