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 | ?善?? | 0011111110010001010100000011111100111111 | 3f91503f3f |
EUC-JP | ?善?? | 0011111111000001101100010011111100111111 | 3fc1b13f3f |
UTF-8 | 뤶善산凉 | 111010111010010010110110111001011001011010000100111011001000001010110000111011111010010110111001 | eba4b6e59684ec82b0efa5b9 |
UHC | 뤶善산凉 | 1000111111100100111000001011110010111011111010101110010110111100 | 8fe4e0bcbbeae5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)