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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??鋒???? | 0011111100111111100101100100111000111111001111110011111100111111 | 3f3f964e3f3f3f3f |
EUC-JP | ??鋒???? | 0011111100111111110010111010111100111111001111110011111100111111 | 3f3fcbaf3f3f3f3f |
UTF-8 | 뤶퓥鋒쾸핊쁩셈 | 111010111010010010110110111011011001001110100101111010011000101110010010111011001011111010111000111011011001010110001010111011001000000110101001111011001000010110001000 | eba4b6ed93a5e98b92ecbeb8ed958aec81a9ec8588 |
UHC | 뤶퓥鋒쾸핊쁩셈 | 1000111111100100101111111000111011011100111100101011001010001110110000001000111110111011110111101011110011000000 | 8fe4bf8edcf2b28ec08fbbdebcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)