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 | ??壬???? | 0011111100111111100100000111000000111111001111110011111100111111 | 3f3f90703f3f3f3f |
EUC-JP | ??壬???? | 0011111100111111101111111101000100111111001111110011111100111111 | 3f3fbfd13f3f3f3f |
UTF-8 | 셈석壬렯렚렯렻 | 111011001000010110001000111011001000010010011101111001011010001110101100111010111010000010101111111010111010000010011010111010111010000010101111111010111010000010111011 | ec8588ec849de5a3aceba0afeba09aeba0afeba0bb |
UHC | 셈석壬렯렚렯렻 | 1011110011000000101111001010111011101100111100111000111010111100100011101010110110001110101111001000111011000011 | bcc0bcaeecf38ebc8ead8ebc8ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)