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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 烝?耳??? | 1110000001111110001111111000111010101000001111110011111100111111 | e07e3f8ea83f3f3f |
EUC-JP | 烝?耳?澐? | 11011111110111110011111110111100101010100011111110001111110010001110100100111111 | dfdf3fbcaa3f8fc8e93f |
UTF-8 | 烝렱耳렞澐렜 | 111001111000001110011101111010111010000010110001111010001000000010110011111010111010000010011110111001101011111010010000111010111010000010011100 | e7839deba0b1e880b3eba09ee6be90eba09c |
UHC | 烝렱耳렞澐렜 | 111100011111011010001110101111101110110010111100100011101010111111101001111110101000111010101110 | f1f68ebeecbc8eafe9fa8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)