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 | ?|?[?| | 001111110111110000111111010110110011111101111100 | 3f7c3f5b3f7c |
SJIS-WIN | ?|?[?| | 001111110111110000111111010110110011111101111100 | 3f7c3f5b3f7c |
EUC-JP | ?|?[?| | 001111110111110000111111010110110011111101111100 | 3f7c3f5b3f7c |
UTF-8 | 혳|챈[혳| | 111011011001100010110011011111001110110010110001100010000101101111101101100110001011001101111100 | ed98b37cecb1885bed98b37c |
UHC | 혳|챈[혳| | 110000101001101001111100110000111010011001011011110000101001101001111100 | c29a7cc3a65bc29a7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)