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 | ??????占 | 0011111100111111001111110011111100111111001111111001000011101000 | 3f3f3f3f3f3f90e8 |
EUC-JP | ??????占 | 0011111100111111001111110011111100111111001111111100000011101010 | 3f3f3f3f3f3fc0ea |
UTF-8 | 溜뷸튆溜븅갱占 | 111011111010011110001011111010111011011110111000111011011000101010000110111011111010011110001011111010111011100010000101111010101011000010110001111001011000110110100000 | efa78bebb7b8ed8a86efa78bebb885eab0b1e58da0 |
UHC | 溜뷸튆溜븅갱占 | 1110101011111110101110101110011010111001100110111110101011111110101110101110100110110000101110111110111110111111 | eafebae6b99beafebae9b0bbefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)